summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-04-26watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese3-5/+2
2019-04-26watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese1-9/+6
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese2-0/+27
2019-04-26mmc: mv_sdhci: add driver model supportPierre Bourdon1-1/+66
2019-04-25ddr: imx8m: hide i.MX8M DDR options from device driver entryPeng Fan1-0/+4
2019-04-25mxc_ocotp: Disable fuse sense for imx8mq B1Ye Li1-0/+5
2019-04-25mxc_ocotp: Update redundancy banks for mx7ulp B0Ye Li1-7/+11
2019-04-25misc: imx8: scu: add i.MX8QM supportPeng Fan1-3/+13
2019-04-25clk: imx8: add i.MX8QM clk driverPeng Fan3-0/+309
2019-04-25clk: imx8: split code into common and soc specific partPeng Fan4-289/+342
2019-04-25pinctrl: imx8: add i.MX8QM compatiblePeng Fan1-0/+1
2019-04-25Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski1-0/+7
2019-04-25USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski1-0/+103
2019-04-25imx8: fuse: add fuse driverPeng Fan2-0/+87
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt1-0/+11
2019-04-25i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt1-6/+14
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini4-24/+16
2019-04-24Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini4-13/+72
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini18-192/+1868
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese3-24/+15
2019-04-24simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer1-0/+1
2019-04-24pinctrl: add driver for MT8516Fabien Parent3-0/+396
2019-04-24clk: mediatek: add driver for MT8516Fabien Parent2-0/+803
2019-04-24clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent1-0/+12
2019-04-24mmc: mtk-sd: fix configuration option checkFabien Parent1-4/+4
2019-04-24mmc: mtk-sd: add support for MT8516Fabien Parent1-0/+10
2019-04-24mmc: mtk-sd: add source_cg clock supportFabien Parent1-0/+5
2019-04-24net: add higmacv300 Ethernet driver for HiSilicon platformShawn Guo3-0/+607
2019-04-24reset: add reset driver for HiSilicon platformShawn Guo3-0/+110
2019-04-24pci: Add boundary check for hose->regionsThierry Reding1-0/+5
2019-04-24led: bcm6858: allow to use this driver on ARCH_963158Philippe Reynes1-1/+1
2019-04-23mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello1-6/+55
2019-04-23mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay1-3/+3
2019-04-23mmc: arm_pl180_mmci: Sync compatible with kernelPatrice Chotard2-4/+13
2019-04-23pinctrl: stm32: Add st,stm32f769-pinctrl compatible stringPatrice Chotard1-0/+1
2019-04-23clk: meson: add g12a supportJerome Brunet3-0/+324
2019-04-23clk: create meson directory and move related driversJerome Brunet7-1/+25
2019-04-23pinctrl: meson: add g12a supportJerome Brunet5-5/+1312
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2-2/+2
2019-04-23led: add initial support for bcm6858Philippe Reynes3-0/+258
2019-04-23misc: fs_loader: Replace label with DT phandleTien Fong Chee1-21/+15
2019-04-23misc: fs_loader: Add support for initializing block deviceTien Fong Chee1-0/+23
2019-04-22drivers: nand: brcmnand: add an option to read the write-protect from device ...Philippe Reynes1-0/+3
2019-04-22drivers: nand: brcmnand: add parameter parameter-page-big-endianPhilippe Reynes1-2/+15
2019-04-22drivers: nand: brcmnand: add initial supportPhilippe Reynes10-0/+3334
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-160/+853
2019-04-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-78/+509
2019-04-22Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini11-24/+396
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier2-3/+17
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca1-0/+14