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-18
net: eepro100: Factor out MII registration
Marek Vasut
2020-06-18
net: eepro100: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-18
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
net: eepro100: Reorder functions in the driver
Marek Vasut
2020-06-18
net: eepro100: Remove volatile misuse
Marek Vasut
2020-06-18
net: eepro100: Add cache management
Marek Vasut
2020-06-18
net: eepro100: Factor out tx_ring command issuing
Marek Vasut
2020-06-18
net: eepro100: Replace purge_tx_ring() with memset()
Marek Vasut
2020-06-18
net: eepro100: Use standard I/O accessors
Marek Vasut
2020-06-18
net: eepro100: Fix camelcase
Marek Vasut
2020-06-18
net: eepro100: Fix remaining checkpatch issues
Marek Vasut
2020-06-18
net: eepro100: Fix indented label
Marek Vasut
2020-06-18
net: eepro100: Fix pointer location
Marek Vasut
2020-06-18
net: eepro100: Fix parenthesis alignment
Marek Vasut
2020-06-18
net: eepro100: Fix braces
Marek Vasut
2020-06-18
net: eepro100: Fix spacing
Marek Vasut
2020-06-18
net: eepro100: Use plain debug()
Marek Vasut
2020-06-18
net: eepro100: Clean up comments
Marek Vasut
2020-06-18
net: eepro100: Remove EEPRO100_SROM_WRITE
Marek Vasut
2020-06-13
Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next
Tom Rini
2020-06-12
net: rtl8139: Add DM support
Marek Vasut
2020-06-12
net: rtl8139: Read HW address from EEPROM only on probe
Marek Vasut
2020-06-12
net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-12
net: rtl8139: Split out common and non-DM functions
Marek Vasut
2020-06-12
net: rtl8139: Pass private data into rtl8139_eeprom_delay()
Marek Vasut
2020-06-12
net: rtl8139: Introduce device private data
Marek Vasut
2020-06-12
net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
Marek Vasut
2020-06-12
net: rtl8139: Use dev->iobase instead of custom ioaddr
Marek Vasut
2020-06-12
net: rtl8139: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-12
net: rtl8139: Factor out device name assignment
Marek Vasut
2020-06-12
net: phy: Add DP8382x phy registration to TI PHY init
Dan Murphy
2020-06-12
net: phy: Add support for TI PHY init
Dan Murphy
2020-06-12
net: phy: add phyid search in vendor specific space
Florin Chiculita
2020-06-12
net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
Tom Warren
2020-06-12
net: phy: micrel: ksz8061 implement errata 80000688A fix
Bryan O'Donoghue
2020-06-11
dm: uclass: don't assign aliased seq numbers
Michael Walle
2020-06-11
usb: provide a device tree node to USB devices
Michael Walle
2020-06-11
regmap: Check for out-of-range offsets before mapping them
Pratyush Yadav
2020-06-09
Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-06-08
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
Tom Rini
2020-06-08
power: pmic: Add SPL Kconfig entry for PFUZE100
Marek Vasut
2020-06-05
virtio: VIRTIO_RNG depends on DM_RNG
Heinrich Schuchardt
2020-06-04
serial: Add missing Kconfig dependencies for debug consoles
Michal Simek
2020-06-04
serial: Convert ARM_DCC to Kconfig
Tom Rini
2020-06-04
ddr: Rework errata A008109, A008378, 009942 workaround
Jaiprakash Singh
2020-06-04
ddr: fsl: Impl. Erratum A008109
Joakim Tjernlund
2020-06-04
net: tsec: Access TBI PHY through the corresponding MII
Hou Zhiqiang
2020-06-04
net: tsec: Access eTSEC registers using virtual address
Hou Zhiqiang
2020-06-04
net: tsec: fsl_mdio: add DM MDIO support
Madalin Bucur
2020-06-04
clk: sifive: fu540-prci: Release ethernet clock reset
Pragnesh Patel
[next]