summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko3-0/+29
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2-3/+3
2019-08-19core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang1-1/+5
2019-08-15riscv : serial: use rx watermark to indicate rx data is presentSagar Shrikant Kadam1-16/+7
2019-08-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-4/+4
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini14-8/+1347
2019-08-12firmware: ti_sci: Parse all resource ranges even if some is not availableVignesh Raghavendra1-3/+10
2019-08-12phy: add support for AM654x SERDESSekhar Nori3-0/+421
2019-08-12pcie: ti: add driver for AM65x PCIe RCSekhar Nori3-0/+732
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori2-0/+37
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+13
2019-08-12power: domain: ti-sci-power-domain: Add device ID info to get/set_device failureNishanth Menon1-4/+4
2019-08-12watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh1-0/+7
2019-08-12pci: pci_mvebu: set BAR0 after memory space is setMarek BehĂșn1-4/+4
2019-08-12watchdog: omap_wdt: Convert watchdog driver to use DT and DMSuniel Mahesh3-1/+123
2019-08-12Drop PCMCIASimon Glass6-118/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass3-3/+3
2019-08-11env: Drop environment.h header file where not neededSimon Glass11-11/+0
2019-08-11env: Drop the ACTION typedefSimon Glass1-3/+3
2019-08-11env: Drop the ENTRY typedefSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass32-0/+32
2019-08-11env: Move env_set() to env.hSimon Glass5-0/+5
2019-08-11env: Move env_set_ulong() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_set_hex() to env.hSimon Glass3-0/+3
2019-08-11env: Move env_get_f() to env.hSimon Glass6-0/+6
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+3
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-08-11mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driverManivannan Sadhasivam1-3/+26
2019-08-11serial_lpuart: Fix config check issue when using clk driver in SPLYe Li1-4/+4
2019-08-11pci: intel: Fix configuration type based on secondary numberLey Foon Tan1-4/+6
2019-08-11pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan1-2/+4
2019-08-11pci: intel: Increase TLP polling counterLey Foon Tan1-1/+1
2019-08-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini10-21/+3214
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini13-20/+514
2019-08-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-173/+95
2019-08-10clk: renesas: Add R8A77980 V3H clock tablesMarek Vasut3-0/+262
2019-08-10pinctrl: renesas: Add R8A77980 V3H PFC tablesMarek Vasut5-0/+2920
2019-08-10net: sh_eth: Fix 64bit build warningsMarek Vasut2-16/+16
2019-08-10net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2-5/+16
2019-08-09mmc: Move tegra loopback disable option to be under tegraTrent Piepho1-11/+11
2019-08-09x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger2-172/+95
2019-08-09bios_emulator: remove stray breakHeinrich Schuchardt1-1/+0
2019-08-09Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-15/+22
2019-08-09Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-3/+1031
2019-08-09mmc: tangier_sdhci: fix uninitialized pointer deref on probePeng Fan1-1/+2
2019-08-09mmc: sdhci-cadence: fix uninitialized pointer deref on probePeng Fan1-1/+2
2019-08-09mmc: s5p: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: pci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: msm_sdhci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: bcm: fix uninitialized pointer deref on probePeng Fan2-2/+5