summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini22-119/+305
2019-07-13regulator: Allow autosetting fixed regulatorsSven Schwermer1-0/+3
2019-07-13gpio: add gpio-hog supportHeiko Schocher2-16/+175
2019-07-13pinctrl: pinctrl-single: Add 'pinctrl-single, bits' supportAdam Ford1-1/+64
2019-07-13power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp8...Keerthy1-0/+26
2019-07-13power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy1-0/+21
2019-07-13rtc: add Microcrystal RV-8803 driverMichael Walle3-0/+178
2019-07-13usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods1-2/+6
2019-07-13rtc: ds1307: add support for m41t11Heiko Schocher1-0/+14
2019-07-13mmc: Register only the first MMC device on MMC_TINYEzequiel Garcia1-0/+9
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia1-15/+0
2019-07-13drivers: core: use strcmp when find device by namePeng Fan1-1/+1
2019-07-13pci: ensure enumeration of all devices in pci_initMarek BehĂșn1-2/+2
2019-07-12gpio: stm32: Remove .ofmatch callbackPatrice Chotard1-6/+0
2019-07-12pinctrl: stm32: update .bind callbackPatrice Chotard1-1/+31
2019-07-12gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard3-3/+3
2019-07-12spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-5/+6
2019-07-12spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay1-11/+13
2019-07-12mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-62/+31
2019-07-12power: stpmic1: Fix warnings when compiling with W=1Patrick Delaunay1-0/+1
2019-07-12pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay1-2/+3
2019-07-12misc: stm32_fuse: Fix warnings when compiling with W=1Patrick Delaunay1-0/+1
2019-07-12power: regulator: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-12clk: clk_stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-3/+4
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay1-5/+7
2019-07-12gpio: stm32_gpio: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-12adc: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-1/+2
2019-07-12adc: stm32-adc: Fix warnings when compiling with W=1Patrick Delaunay1-6/+7
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-1/+2
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay1-3/+8
2019-07-12stm32mp1: syscon: remove stgenPatrick Delaunay1-2/+1
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay1-2/+4
2019-07-12mailbox: introduce stm32-ipcc driverFabien Dessenne3-0/+175
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini9-7/+200
2019-07-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-36/+16
2019-07-12Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini4-6/+430
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2019-07-11pci_ep: add pci endpoint sandbox driverRamon Fried3-0/+192
2019-07-11pci_ep: add Cadence PCIe endpoint driverRamon Fried4-0/+495
2019-07-11drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried5-0/+237
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder1-36/+0
2019-07-11km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder1-0/+16
2019-07-11drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+24
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-1/+101
2019-07-11drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+46
2019-07-11fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2-1/+5
2019-07-11drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma1-0/+4