summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: split fsl_esdhc driver for i.MXYangbo Lu2019-06-233-2/+1716
* pci: Avoid assigning PCI resources that are below 0x1000Bin Meng2019-06-211-2/+3
* Fix watchdog timeout setup for mt7623Shannon Barber2019-06-201-7/+21
* aspeed/watchdog: Correct timeout valueJoel Stanley2019-06-201-0/+6
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-06-205-0/+725
|\
| * dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang2019-06-205-0/+725
* | Merge tag 'u-boot-stm32-20190619' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-06-201-2/+15
|\ \
| * | usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay2019-06-191-1/+2
| * | usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay2019-06-191-1/+13
| |/
* | Merge tag 'mmc-6-19' of https://github.com/MrVan/u-bootTom Rini2019-06-201-2/+2
|\ \
| * | mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut2019-06-191-2/+2
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-06-191-0/+29
|\ \
| * | mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabledYangbo Lu2019-06-191-0/+29
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-06-171-0/+4
|\ \
| * | spi: Kconfig: Mark LPC32XX_SSP as DEPRECATEDJagan Teki2019-06-131-0/+1
| * | spi: Kconfig: Mark SOFT_SPI as DEPRECATEDJagan Teki2019-06-131-0/+1
| * | spi: Kconfig: Mark SH_SPI as DEPRECATEDJagan Teki2019-06-131-0/+1
| * | spi: Kconfig: Mark MXS_SPI has DEPRECATEDJagan Teki2019-06-131-0/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-06-173-27/+83
|\ \ \ | |_|/ |/| |
| * | fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk2019-06-141-5/+34
| * | fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko2019-06-141-16/+42
| * | fastboot: Use const qualifier for char *part_nameSam Protsenko2019-06-142-3/+4
| * | fastboot: Fix slot names reported by getvarSam Protsenko2019-06-141-3/+3
* | | Merge tag 'u-boot-amlogic-20190612' of git://git.denx.de/u-boot-amlogicTom Rini2019-06-127-28/+231
|\ \ \ | |/ / |/| |
| * | pinctrl: meson-gxbb: add hdmi related pinsMaxime Jourdan2019-06-121-0/+19
| * | pinctrl: meson: g12a: add DS bank valueGuillaume La Roque2019-06-121-10/+10
| * | pinctrl: meson: add support of drive-strength-microampGuillaume La Roque2019-06-123-14/+74
| * | pinctrl: meson-axg: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+48
| * | pinctrl: meson-gx: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+44
| * | pinctrl: meson: add common function to get pins nameNeil Armstrong2019-06-122-0/+27
| * | pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groupsNeil Armstrong2019-06-122-4/+9
| |/
* | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini2019-06-119-103/+1207
|\ \
| * | net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier2019-06-061-52/+383
| * | stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay2019-06-061-1/+1
| * | spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard2019-06-063-0/+624
| * | clk: stm32mp1: Add SPI1 clock entryPatrice Chotard2019-06-061-0/+7
| * | watchdog: stm32mp: Add watchdog driverPatrice Chotard2019-06-063-0/+144
| * | watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard2019-06-061-48/+49
| * | mtd: Fix get_mtdparts()Patrice Chotard2019-06-061-4/+1
* | | Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini2019-06-1113-91/+343
|\ \ \ | |_|/ |/| |
| * | pinctrl: imx: Define imx6_pinctrl_soc_info in .data sectionLukasz Majewski2019-06-111-1/+1
| * | net: fec_mxc: not access reserved register on i.MX8Peng Fan2019-06-111-1/+1
| * | serial: mxc: Add iMX6SX compatible stringMarek Vasut2019-06-111-0/+1
| * | pci: imx: Add DM and DT supportMarek Vasut2019-06-111-6/+105
| * | pci: imx: Pass driver private data aroundMarek Vasut2019-06-111-19/+25
| * | pci: imx: Fix potential 64bit memory access clampingMarek Vasut2019-06-111-9/+11
| * | pci: imx: Factor out hard-coded register base addressesMarek Vasut2019-06-111-31/+44
| * | imx8: fuse: fix fuse driverMarcel Ziswiler2019-06-111-2/+0
| * | clk: imx8qm: fix usdhc2 clocksMarcel Ziswiler2019-06-111-0/+18
| * | spi: imx: work with cs greater 0Heiko Schocher2019-06-111-22/+52