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
Age
Commit message (
Expand
)
Author
2014-10-23
serial: remove uniphier_serial_initialize() call
Masahiro Yamada
2014-10-23
serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
Masahiro Yamada
2014-10-23
dm: serial: use Driver Model for UniPhier serial driver
Masahiro Yamada
2014-10-23
dm: add entries to Kconfig
Masahiro Yamada
2014-10-23
dm: serial: consolidate common code more
Masahiro Yamada
2014-10-23
dm: serial: remove unnecessary casting
Masahiro Yamada
2014-10-23
dm: serial: fix console putc
Masahiro Yamada
2014-10-23
serial: add static directive to local functions
Masahiro Yamada
2014-10-23
dm: move platform data headers to include/dm/platform_data
Masahiro Yamada
2014-10-23
dm: x86: Convert coreboot serial to use driver model
Simon Glass
2014-10-23
dm: x86: dts: Add additional info to the serial port node
Simon Glass
2014-10-23
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
2014-10-23
dm: x86: Add a gpio header for coreboot
Simon Glass
2014-10-23
dm: x86: Support pre-reloc malloc()
Simon Glass
2014-10-23
dm: x86: Zero global data before board_init_f()
Simon Glass
2014-10-23
dm: x86: Remove ebp assembler warning in zimage.c
Simon Glass
2014-10-23
dm: serial: ns16550: Add a cast to the I/O operations
Simon Glass
2014-10-23
dm: gpio: Remove unused get_state() uclass method
Simon Glass
2014-10-23
dm: dts: Move omap device tree includes to correct place
Simon Glass
2014-10-23
dm: gpio: imx: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: gpio: exynos: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: gpio: rpi_b: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: gpio: tegra: Drop request()/free() in the driver
Simon Glass
2014-10-23
test: dm: Add additional GPIO tests
Simon Glass
2014-10-23
test: dm: Support memory leak checking as a core feature
Simon Glass
2014-10-23
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
2014-10-23
test: dm: Update GPIO tests for new gpio_request() method
Simon Glass
2014-10-23
dm: gpio: sandbox: Drop request()/free() in the driver
Simon Glass
2014-10-23
dm: gpio: sandbox: Implement the remove() method
Simon Glass
2014-10-23
dm: gpio: sandbox: Implement the get_function() method
Simon Glass
2014-10-23
dm: Move the function for getting GPIO status into the uclass
Simon Glass
2014-10-23
dm: gpio: Add gpio_get_function() and friends
Simon Glass
2014-10-23
dm: gpio: Implement GPIO reservation in the uclass
Simon Glass
2014-10-23
dm: omap3: Move to driver model for GPIO and serial
Simon Glass
2014-10-23
dm: am33xx: Move to driver model for GPIO and serial
Simon Glass
2014-10-23
dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
Simon Glass
2014-10-23
dm: omap: serial: Add driver model support
Simon Glass
2014-10-23
dm: am33xx: Provide platform data for serial
Simon Glass
2014-10-23
dm: am33xx: Provide platform data for GPIOs
Simon Glass
2014-10-23
dm: omap: gpio: Support driver model
Simon Glass
2014-10-23
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
2014-10-23
dm: dts: omap: Select correct console for beaglebone
Simon Glass
2014-10-23
dm: serial: Support CONFIG_CONS_INDEX if available
Simon Glass
2014-10-23
dm: ns16550: Correct the probe logic for platform data
Simon Glass
2014-10-23
dm: ns16550: Use an address instead of a pointer for the uart base
Simon Glass
2014-10-23
dm: serial: ns16550: Correct logic for checking for character
Simon Glass
2014-10-23
dm: serial: Reset the watchdog while waiting in getc()
Simon Glass
2014-10-23
dm: gpio: Support numbered GPIOs
Simon Glass
2014-10-23
kbuild: clear VENDOR variable to fix build error on tcsh
Masahiro Yamada
[next]