summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: designware: convert to livetreeSimon Goldschmidt2019-05-101-6/+2
* spi: cadence_qspi: convert to livetreeSimon Goldschmidt2019-05-101-20/+19
* timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt2019-05-101-2/+0
* spl: socfpga: Implement fpga bitstream loading with socfpga loadfsTien Fong Chee2019-05-101-1/+1
* ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee2019-05-101-13/+484
* ARM: socfpga: Moving the watchdog reset to the for-loop status pollingTien Fong Chee2019-05-101-1/+1
* ARM: socfpga: Cleaning up and ensuring consistent format messages in driverTien Fong Chee2019-05-101-6/+7
* mtd: ubi: Remove select for non existent optionChris Packham2019-05-101-1/+0
* sysreset: select DM_GPIO instead of GPIOChris Packham2019-05-101-1/+1
* remoteproc: k3_system_controller: Increase rx timeoutLokesh Vutla2019-05-091-1/+1
* test/py: avb: fix test_avb_persistent_values failIgor Opaniuk2019-05-091-1/+1
* ata: ahci: fix memory leakChristian Gmeiner2019-05-091-4/+1
* usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford2019-05-091-4/+5
* Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchipTom Rini2019-05-0917-413/+938
|\
| * pinctrl: rockchip: Also move common set_schmitter func into per Soc fileDavid Wu2019-05-084-21/+37
| * pinctrl: rockchip: Clean the unused type and labelDavid Wu2019-05-0810-30/+0
| * pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' pullDavid Wu2019-05-081-2/+9
| * pinctrl: rockchip: Split the common set_pull() func into per SocDavid Wu2019-05-0811-112/+275
| * pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' drive strengthDavid Wu2019-05-081-2/+9
| * pinctrl: rockchip: Split the common set_drive() func into per SocDavid Wu2019-05-088-100/+224
| * pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' iomuxDavid Wu2019-05-081-1/+9
| * pinctrl: rockchip: Split the common set_mux() into per SocDavid Wu2019-05-0811-32/+297
| * pinctrl: rockchip: Remove redundant spacesDavid Wu2019-05-087-63/+63
| * pinctrl: rockchip: Add pull-pin-default param and remove unused paramDavid Wu2019-05-081-2/+1
| * Revert "pinctrl: rockchip: Add 32bit writing function for rk3288 gpio0 pinctrl"Kever Yang2019-05-083-76/+13
| * rockchip: ram: rk3399: update for TPLKever Yang2019-05-081-5/+10
| * rockchip: dmc: rk3368: update rank number for evb-px5Kever Yang2019-05-081-0/+4
| * sysreset: enable driver support in SPL/TPLKever Yang2019-05-082-1/+19
| * rockchip: clk: rk322x: fix assert clock valueKever Yang2019-05-081-2/+2
| * rockchip: rk322x: add CLK_EMMC_SAMPLE clock supportKever Yang2019-05-081-0/+2
| * Revert "rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL"Kever Yang2019-05-081-6/+6
* | Merge tag 'u-boot-amlogic-20190509' of git://git.denx.de/u-boot-amlogicTom Rini2019-05-097-0/+1035
|\ \
| * | phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY driversNeil Armstrong2019-05-094-0/+570
| * | usb: dwc3: Add Meson G12A USB GlueNeil Armstrong2019-05-093-0/+465
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-05-087-112/+110
|\ \ \ | |/ / |/| |
| * | net: phy: micrel: Find Micrel PHY node correctlyJames Byrne2019-05-081-1/+9
| * | net: phy: micrel: Use correct skew values on KSZ9021James Byrne2019-05-081-4/+10
| * | net: phy: aquantia: Set only autoneg on in register 4.c441Valentin-catalin Neacsu2019-05-081-1/+6
| * | net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu2019-05-081-1/+4
| * | net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu2019-05-081-0/+12
| * | drivers: net: ldpaa_eth: fix resource leakPankaj Bansal2019-05-081-0/+1
| * | net: phy: realtek: Introduce quirk to mark RXC not stoppableCarlo Caione2019-05-072-0/+39
| * | net: phy: ti: use generic helpers to access MMD registersCarlo Caione2019-05-071-105/+25
| * | net: phy: Add generic helpers to access MMD PHY registersCarlo Caione2019-05-071-0/+4
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-086-55/+153
|\ \
| * | net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki2019-05-091-17/+57
| * | reset: Get the RESET by index without deviceJagan Teki2019-05-091-17/+36
| * | clk: Use clk_get_by_index_tail()Jagan Teki2019-05-091-22/+2
| * | clk: Get the CLK by index without deviceJagan Teki2019-05-091-1/+60
| * | serial: sifive: Change include orderJagan Teki2019-05-091-1/+1