summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pci: rockchip: Mark inline functions as static inlineTom Rini2020-07-011-3/+2
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-3013-57/+92
|\
| * net: pcnet: Add Kconfig entriesMarek Vasut2020-06-291-0/+6
| * net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
| * net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| * net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| * net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| * net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| * net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| * net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| * net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| * net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| * net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| * net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| * net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
| * net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-291-5/+0
| * net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
| * video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin2020-06-291-1/+1
| * Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...WIP/28Jun2020Tom Rini2020-06-285-37/+44
| |\
| | * video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| | * video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| | * video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre2020-06-281-0/+3
| | * video: check hardware version of DSIYannick Fertre2020-06-281-1/+9
| | * video: vidconsole: avoid multiple lines overwrite logoYe Li2020-06-281-0/+1
| | * video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li2020-06-281-6/+21
| * | rockchip: correctly set vop0 or vop1Patrick Wildt2020-06-281-1/+2
| * | rockchip: clk: rk3188: change APLL to safe 600MHzAlexander Kochetkov2020-06-271-1/+2
| |/
| * Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/24Jun2020Tom Rini2020-06-243-17/+39
| |\
| | * mmc: sdhci: Fix HISPD bit handlingJagan Teki2020-06-241-6/+19
| | * mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen2020-06-241-1/+8
| | * mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen2020-06-241-10/+12
| * | nvme: Invalidate dcache before submitting admin cmdJagan Teki2020-06-231-0/+3
| |/
* | arm: pxa: mmc: add driver model supportMarcel Ziswiler2020-06-301-28/+132
* | kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler2020-06-301-0/+8
* | dm: core: gracefully handle alias seq without ofMarcel Ziswiler2020-06-301-1/+3
* | mmc: add missing space before comment delimiterMarcel Ziswiler2020-06-301-1/+1
* | Convert CONFIG_CADENCE_QSPI to KconfigTom Rini2020-06-291-1/+1
* | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-298-14/+14
* | Convert CONFIG_ATMEL_HLCD to KconfigTom Rini2020-06-261-1/+0
* | Convert CONFIG_AT91_GPIO to KconfigTom Rini2020-06-261-1/+0
* | Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini2020-06-261-1/+0
* | Convert CONFIG_AM335X_LCD to KconfigTom Rini2020-06-261-1/+0
* | bdinfo: dm: Update fb_base when using driver modelSimon Glass2020-06-251-0/+1
* | Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...WIP/25Jun2020-nextTom Rini2020-06-2516-45/+76
|\ \
| * | net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder2020-06-241-1/+2
| * | arm64: xilinx: Print fpga error value in hexT Karthik Reddy2020-06-242-2/+2
| * | spi: zynq_[q]spi: Convert config's to macro'sAshok Reddy Soma2020-06-243-12/+6
| * | net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek2020-06-241-0/+4
| * | fpga: zynqpl: Flush dcache only for non-bitstream dataT Karthik Reddy2020-06-241-2/+3
| * | fpga: zynqpl: Check if aes engine is enabledIbai Erkiaga2020-06-241-0/+8