summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-24Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese
2019-04-23simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer
2019-04-23pinctrl: add driver for MT8516Fabien Parent
2019-04-23clk: mediatek: add driver for MT8516Fabien Parent
2019-04-23clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent
2019-04-23mmc: mtk-sd: fix configuration option checkFabien Parent
2019-04-23mmc: mtk-sd: add support for MT8516Fabien Parent
2019-04-23mmc: mtk-sd: add source_cg clock supportFabien Parent
2019-04-23net: add higmacv300 Ethernet driver for HiSilicon platformShawn Guo
2019-04-23reset: add reset driver for HiSilicon platformShawn Guo
2019-04-23pci: Add boundary check for hose->regionsThierry Reding
2019-04-23led: bcm6858: allow to use this driver on ARCH_963158Philippe Reynes
2019-04-23mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello
2019-04-23mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay
2019-04-23mmc: arm_pl180_mmci: Sync compatible with kernelPatrice Chotard
2019-04-23pinctrl: stm32: Add st,stm32f769-pinctrl compatible stringPatrice Chotard
2019-04-23clk: meson: add g12a supportJerome Brunet
2019-04-23clk: create meson directory and move related driversJerome Brunet
2019-04-23pinctrl: meson: add g12a supportJerome Brunet
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong
2019-04-22led: add initial support for bcm6858Philippe Reynes
2019-04-22misc: fs_loader: Replace label with DT phandleTien Fong Chee
2019-04-22misc: fs_loader: Add support for initializing block deviceTien Fong Chee
2019-04-22drivers: nand: brcmnand: add an option to read the write-protect from device ...Philippe Reynes
2019-04-22drivers: nand: brcmnand: add parameter parameter-page-big-endianPhilippe Reynes
2019-04-22drivers: nand: brcmnand: add initial supportPhilippe Reynes
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay
2019-04-21phy: usbphyc: increase PLL wait timeoutPatrick Delaunay
2019-04-21phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay
2019-04-21phy: usbphyc: Binding update of vdda supplyPatrick Delaunay
2019-04-21phy: usbphyc: update xlate with DT bindingPatrick Delaunay
2019-04-21phy: usbphyc: remove unused variable indexPatrick Delaunay
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca