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
2018-01-29
cfi_flash: Remove return from void function
Mario Six
2018-01-29
cfi_flash: Fix placement of brace
Mario Six
2018-01-29
cfi_flash: Fix else after break
Mario Six
2018-01-29
cfi_flash: Fix spelling of "Unknown"
Mario Six
2018-01-29
cfi_flash: Add missing braces in blocks
Mario Six
2018-01-29
cfi_flash: Remove unnecessary braces
Mario Six
2018-01-29
cfi_flash: Fix comment style
Mario Six
2018-01-29
cfi_flash: Use __func__ macro instead of function name
Mario Six
2018-01-29
cfi_flash: Fix logical continuations
Mario Six
2018-01-29
cfi_flash: Remove braces for single-statement blocks
Mario Six
2018-01-29
cfi_flash: Fix missing/superfluous lines
Mario Six
2018-01-29
cfi_flash: Fix spacing around casts/operators
Mario Six
2018-01-29
cfi_flash: Fix indent of case statements
Mario Six
2018-01-29
cfi_flash: Fix whitespace with casting
Mario Six
2018-01-29
cfi_flash: Fix Parenthesis spacing
Mario Six
2018-01-29
cfi_flash: Fix style of pointer declarations
Mario Six
2018-01-29
cfi_flash: Fix space between function name and parenthesis
Mario Six
2018-01-28
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2018-01-28
bcm2835_pinctrl: Probe pre-reloc
Alexander Graf
2018-01-28
bcm2835_pl011_serial: Add BCM2835 specific serial driver
Alexander Graf
2018-01-28
bcm2835_mu_serial: Convert to Kconfig
Alexander Graf
2018-01-28
pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig
Alexander Graf
2018-01-28
pl011: Convert CONFIG_PL011_SERIAL to Kconfig
Alexander Graf
2018-01-28
pl010: Convert CONFIG_PL010_SERIAL to Kconfig
Alexander Graf
2018-01-28
pl01x: Convert to dev_read
Alexander Graf
2018-01-28
serial_bcm283x_mu: Fail loading if not muxed
Alexander Graf
2018-01-28
serial_bcm283x_mu: Always skip init
Alexander Graf
2018-01-28
serial_bcm283x_mu: Convert to dev_read
Alexander Graf
2018-01-28
serial: bcm283x_mu: Remove support for post-init disabling
Alexander Graf
2018-01-28
serial: Use next serial device if probing fails
Alexander Graf
2018-01-28
mmc: Add bcm2835 sdhost controller
Alexander Graf
2018-01-28
bcm283x: Add pinctrl driver
Alexander Graf
2018-01-28
rockchip: clk: guard set_parent implementations against OF_PLATDATA
Philipp Tomsich
2018-01-28
clk: rockchip: clk_rk3368: Implement "assign-clock-parent"
David Wu
2018-01-28
clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-...
David Wu
2018-01-28
net: gmac_rockchip: Add support for the RK3228 GMAC
David Wu
2018-01-28
clk: rockchip: Add rk322x gamc clock support
David Wu
2018-01-28
rockchip: pinctrl: Add rk322x gmac pinctrl support
David Wu
2018-01-28
rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver
David Wu
2018-01-28
net: gmac_rockchip: Add rk3328 gmac support
David Wu
2018-01-28
clk: rockchip: Add rk3328 gamc clock support
David Wu
2018-01-28
rockchip: pinctrl: Add rk3328 gmac pinctrl support
David Wu
2018-01-28
rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driver
David Wu
2018-01-28
net: gmac_rockchip: Add support for the RV1108 GMAC
David Wu
2018-01-28
rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
David Wu
2018-01-28
rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node
Philipp Tomsich
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-28
rockchip: clk: rk3399: implement set_parent() operation
Philipp Tomsich
2018-01-28
clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()
Philipp Tomsich
2018-01-28
clk: add clk_set_parent()
Philipp Tomsich
[next]