aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Merge branch 'next'Tom Rini78-1359/+4085
2020-07-05Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini1-3/+2
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher1-4/+4
2020-07-01pci: rockchip: Mark inline functions as static inlineTom Rini1-3/+2
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam1-0/+12
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam1-4/+1
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam1-0/+3
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson1-0/+20
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson1-1/+18
2020-07-01reset: Add generic reset driverSean Anderson3-0/+87
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson4-4/+4
2020-07-01dm: Add support for simple-pm-busSean Anderson3-0/+64
2020-07-01clk: Add K210 clock supportSean Anderson3-2/+665
2020-07-01clk: Add a bypass clock for K210Sean Anderson2-1/+271
2020-07-01clk: Add K210 pll supportSean Anderson5-0/+616
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson1-4/+4
2020-07-01clk: Check that ops of composite clock components exist before callingSean Anderson1-22/+35
2020-07-01clk: Always use the supplied struct clkSean Anderson6-20/+18
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini13-57/+92
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler1-28/+132
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler1-0/+8
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-1/+3
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-29net: pcnet: Add Kconfig entriesMarek Vasut1-0/+6
2020-06-29net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut1-5/+0
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-06-29Convert CONFIG_CADENCE_QSPI to KconfigTom Rini1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski8-14/+14
2020-06-29video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin1-1/+1
2020-06-28Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini5-37/+44
2020-06-28rockchip: correctly set vop0 or vop1Patrick Wildt1-1/+2
2020-06-28video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre1-0/+3
2020-06-28video: check hardware version of DSIYannick Fertre1-1/+9
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li1-0/+1
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li1-6/+21
2020-06-27rockchip: clk: rk3188: change APLL to safe 600MHzAlexander Kochetkov1-1/+2