index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2020-06-29
net: pcnet: Add Kconfig entries
Marek Vasut
2020-06-29
net: pcnet: Add DM support
Marek Vasut
2020-06-29
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-29
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-29
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-29
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-29
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-29
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-29
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-29
net: pcnet: Move private data allocation to initialize
Marek Vasut
2020-06-29
net: pcnet: Replace memset+malloc with calloc
Marek Vasut
2020-06-29
net: pcnet: Simplify private data allocation
Marek Vasut
2020-06-29
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-29
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-29
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-29
video: rockchip: fix HDMI 4K resolution
Anatolij Gustschin
2020-06-28
Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...
Tom Rini
2020-06-28
rockchip: correctly set vop0 or vop1
Patrick Wildt
2020-06-28
video: orisetech_otm8009a: fill characteristics of DSI data link
Yannick Fertre
2020-06-28
video: raydium_rm68200: fill characteristics of DSI data link
Yannick Fertre
2020-06-28
video: stm32: stm32_dsi: copy DSI fields
Yannick Fertre
2020-06-28
video: check hardware version of DSI
Yannick Fertre
2020-06-28
video: vidconsole: avoid multiple lines overwrite logo
Ye Li
2020-06-28
video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer
Ye Li
2020-06-27
rockchip: clk: rk3188: change APLL to safe 600MHz
Alexander Kochetkov
2020-06-24
Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2020-06-24
mmc: sdhci: Fix HISPD bit handling
Jagan Teki
2020-06-24
mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready
Haibo Chen
2020-06-24
mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuning
Haibo Chen
2020-06-23
nvme: Invalidate dcache before submitting admin cmd
Jagan Teki
2020-06-23
gpio: mxc_gpio: change gpio index for i.MX8
Ye Li
2020-06-22
net: fec: Allow the PHY node to be retrieved
Fabio Estevam
2020-06-22
phy: atheros: ar8035: Fix clock output calculation
Fabio Estevam
2020-06-18
firmware: PSCI: Fix PSCI support for OF live trees
Jon Hunter
2020-06-15
regulator: fix: enable gpio when requested
Mark Kettenis
2020-06-15
Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2020-06-15
mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch
Marek Vasut
2020-06-15
mmc: fsl_esdhc: Fix SDR104 and HS200 support
Marek Vasut
2020-06-15
mmc: ca_dw_mmc: Misc cleanup of driver
Arthur Li
2020-06-15
mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue
Yangbo Lu
2020-06-15
mmc: fsl_esdhc: read register once for card inserted status
Yangbo Lu
2020-06-14
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
Tom Rini
2020-06-14
eth/r8152: update the firmware
Hayes Wang
2020-06-11
spi: davinci: Drop non-dm code
Jagan Teki
2020-06-11
spi: atmel: Drop atmel_spi.h
Jagan Teki
2020-06-11
spi: atmel: Remove nondm code
Jagan Teki
2020-06-11
spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT
Jagan Teki
2020-06-11
spi: fsl_dspi: Drop nondm code
Jagan Teki
2020-06-11
spi: Zap SOFT_SPI (non-dm)
Jagan Teki
2020-06-11
spi: mxs: Code cleanup
Jagan Teki
[next]