summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sandbox: pci: Remember the device being emulatedSimon Glass2019-10-111-6/+24
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-0927-474/+1969
|\
| * pinctrl: nxp: DM_FLAG_PRE_RELOC by defaultIgor Opaniuk2019-10-084-8/+0
| * ddr: imx8m: Fix the ddr init hang on imx8mqJacky Bai2019-10-081-4/+4
| * driver: ddr: Refine the ddr init driver on imx8mJacky Bai2019-10-087-311/+184
| * imx8mq: Update the ddrc QoS setting for B1 chipBai Ping2019-10-081-1/+4
| * ddr: imx8m: Fix ddr4 driver build issueYe Li2019-10-081-2/+1
| * spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li2019-10-081-0/+10
| * spi: fsl_qspi: Update to use driver dataYe Li2019-10-081-34/+79
| * spi: fsl_qspi: Update write data size for page program LUTYe Li2019-10-081-11/+1
| * spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li2019-10-081-15/+16
| * misc: imx8: add more scfw apiPeng Fan2019-10-081-8/+512
| * ddr: imx8m: fix ddr firmware location when enable SPL OFPeng Fan2019-10-081-1/+11
| * imx: add support for i.MX7/i.MX8MQ reset controllerPatrick Wildt2019-10-083-0/+320
| * imx: add support for i.MX8MQ power domain controllerPatrick Wildt2019-10-083-0/+145
| * spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driverLukasz Majewski2019-10-081-17/+55
| * mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski2019-10-081-2/+2
| * mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski2019-10-081-70/+373
| * spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski2019-10-081-2/+32
| * spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski2019-10-081-0/+2
| * spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski2019-10-081-1/+1
| * imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2019-10-082-0/+183
| * imx: scu_api: add sc_pm_is_partition_startedPeng Fan2019-10-081-0/+27
| * imx: scu_api: add sc_rm_set_master_sidPeng Fan2019-10-081-0/+22
| * misc: Kconfig: make i.MX7ULP could use MXC_OCOTPPeng Fan2019-10-081-1/+1
| * serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan2019-10-081-1/+1
| * pinctrl: imx: use devfdt_get_addr_size_indexPeng Fan2019-10-081-3/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-10-081-0/+9
|\ \
| * | watchdog: move WATCHDOG_TIMEOUT_MSECS to KconfigHeiko Schocher2019-10-081-0/+9
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-0825-112/+197
|\ \
| * | x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass2019-10-081-0/+2
| * | sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-083-16/+24
| * | dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-081-8/+5
| * | x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-2/+14
| * | x86: Move acpi_s3.h to a common locationSimon Glass2019-10-082-2/+2
| * | spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-083-4/+4
| * | dm: pci: Add a function to read a PCI BARSimon Glass2019-10-083-30/+45
| * | pci: Show a message if PCI autoconfig failsSimon Glass2019-10-081-3/+9
| * | pci: Add more debug detail when resources are exhaustedSimon Glass2019-10-081-1/+3
| * | pci: Disable autoconfig in SPLSimon Glass2019-10-081-1/+1
| * | pci: Show the result of binding a deviceSimon Glass2019-10-081-1/+2
| * | pci: sandbox: Probe PCI emulation devices when usedSimon Glass2019-10-081-3/+2
| * | pci: sandbox: Move the emulators into their own nodeSimon Glass2019-10-081-6/+30
| * | sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass2019-10-081-5/+2
| * | sandbox: pci: Drop the get_devfn() methodSimon Glass2019-10-081-8/+0
| * | sandbox: swap_case: Use statics where possibleSimon Glass2019-10-081-5/+5
| * | sandbox: Rename PCI ID for swap_case to be more specificSimon Glass2019-10-081-2/+3
| * | sandbox: mmc: Fix up MMC emulator for valgrindSimon Glass2019-10-081-0/+4
| * | sandbox: spmi: Add ranges property for address translationSimon Glass2019-10-081-6/+6
| * | dm: core: Add device_foreach_child()Simon Glass2019-10-081-2/+2