Commit Graph

34868 Commits (4edde96111aefac63d6aaca6ba87a90d149e973e)
 

Author SHA1 Message Date
Marco Schuster 247be79a99 Re-enable setexpr on Raspberry Pi 9 years ago
Michael van Slingerland 4e42e29fd6 cmd_boot: Add a poweroff command 9 years ago
Vladimir Zapolskiy 79206c04a9 net: lpc32xx: fix ignored MDIO busy wait status on read 9 years ago
Paul Kocialkowski 5c58e3a71c sniper: Mux configuration cleanup 9 years ago
Paul Kocialkowski 1d3a86640d sniper: Various boot-related env settings, devicetree support 9 years ago
Vladimir Zapolskiy 6cbaf4c1ae lpc32xx: devkit3250: update board configuration file 9 years ago
Vladimir Zapolskiy 1222305b55 arm: lpc32xx: switch SPL builds to driver model 9 years ago
Vladimir Zapolskiy d25ba89e8b arm: lpc32xx: switch serial console to driver model 9 years ago
Vladimir Zapolskiy f21069ed82 serial: lpc32xx hsuart: port driver to driver model 9 years ago
Stephen Warren 08eee2718a test/fs: error case fixes/enhancements 9 years ago
Tom Rini 2a1a29c5e7 omap4_panda: Convert to config_distro_bootcmd.h 9 years ago
Tom Rini 5f64dac403 ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE 9 years ago
Tom Rini 7205442e62 am335x_evm.h: unsed CONFIG_BOOTDELAY 9 years ago
Tom Rini 495c3a1e22 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block 9 years ago
Stephen Warren 02585eb3b5 ums: support multiple LUNs at once 9 years ago
Stephen Warren 873cc1d777 mmc: store hwpart in the block device 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Albert ARIBAUD adc421e4ce arm: move gd handling outside of C code 9 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 9 years ago
Tom Rini 20d08f59fa Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze 9 years ago
Tom Rini 774da4b9aa Merge git://git.denx.de/u-boot-net 9 years ago
Tom Rini 48ad68deb8 hash.c: Conditionally compile hash_command, static hash_show 9 years ago
Stefan Monnier d29892ba85 part_dos.c: Don't wrap to negative after 2G sectors 9 years ago
Masahiro Yamada 20e072f374 image: check "bootm_low" and "bootm_size" if "initrd_high" is missing 9 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 9 years ago
Jagan Teki 425846ed8f power: pmic.h: Drop include <spi.h> 9 years ago
Mugunthan V N e101af014b defconfig: am437x_sk_evm: enable spi driver model 9 years ago
Mugunthan V N 4fb01c4435 arm: dts: am4372: add qspi register maps for memory map 9 years ago
Mugunthan V N 49f85b671a am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl 9 years ago
Mugunthan V N 7c69ad6b46 defconfig: dra74_evm: enable spi driver model 9 years ago
Mugunthan V N 36de4bed10 defconfig: dra72_evm: enable spi driver model 9 years ago
Mugunthan V N 1f19d504cc arm: dts: dra72-evm: add spi-flash comaptible for flash 9 years ago
Mugunthan V N f7276c8615 arm: dts: dra7-evm: add spi-flash comaptible for flash 9 years ago
Mugunthan V N 4416ddba5b arm: dts: am437x-gp-evm: add spi-flash comaptible for flash 9 years ago
Mugunthan V N 830aba2cac arm: dts: dra7: add qspi register maps for memory map and control module 9 years ago
Mugunthan V N 106f813907 drivers: spi: ti_qspi: convert driver to adopt device driver model 9 years ago
Mugunthan V N 6145ef74f9 dts: dra7: add spi alias for qspi 9 years ago
Mugunthan V N e7af6725d3 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl 9 years ago
Mugunthan V N f8e2f92d41 spi: Add support for dual and quad mode 9 years ago
Mugunthan V N 223091443c drivers: spi: ti_qspi: prepare driver for DM conversion 9 years ago
Mugunthan V N 9c42558afb drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion 9 years ago
Mugunthan V N ec712f490d drivers: spi: ti_qspi: do not hard code chip select for memory map configuration 9 years ago
Jagan Teki 2b11a41cef spi: Add SPI_TX_DUAL mode 9 years ago
Jagan Teki 1c17f5ec57 sf: Make IO modes at last in read modes 9 years ago
Jagan Teki 465c00d78e spi: Minor cleanup 9 years ago
Jagan Teki 29ee0262e1 spi: Use BIT macro 9 years ago
Jagan Teki e26a2e2cd9 spi: Fix bit assignment with flags 9 years ago
Jagan Teki c40f600360 spi: Move flags macro's to spi_slave{} members 9 years ago
Jagan Teki 91292e0bee spi: Rename op_mode_rx to mode_rx 9 years ago
Jagan Teki e5961f0706 spi: Rename SPI_OPM_RX_* to SPI_RX_* 9 years ago