- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
- 4dc8279 spi: ich: Limit slave->max_read_size by Bin Meng · 3 years, 4 months ago
- f784361 spi: ich: Don't require the PCH by Simon Glass · 3 years, 5 months ago
- a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 3 years, 11 months ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
- 609b90a x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 6 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
- 5e579cc spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 10 months ago
- 3937df3 spi: ich: Add Apollo Lake support by Simon Glass · 5 years ago
- 636555a spi: ich: Add TPL support by Simon Glass · 5 years ago
- 9284214 spi: ich: Add support for get_mmap() method by Simon Glass · 5 years ago
- 1facebd spi: ich: Support hardware sequencing by Simon Glass · 5 years ago
- 0d3ee3e spi: ich: Support of-platdata for fast-spi by Simon Glass · 5 years ago
- 43c145b spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 5 years ago
- 75214b0 spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 5 years ago
- a550662 spi: ich: Various small tidy-ups by Simon Glass · 5 years ago
- b47aa26 spi: ich: Fix header order by Simon Glass · 5 years ago
- 702b28a spi: ich: Convert to livetree by Simon Glass · 5 years ago
- 17e7544 spi: ich: Move the protection/lockdown code into a function by Simon Glass · 5 years ago
- 674990c spi: ich: Move init function just above probe() by Simon Glass · 5 years ago
- ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
- 0709ddb x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- ab20107 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
- d2ca80c x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
- 52dd56b x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
- b42711f x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
- 3e79141 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
- 7d82978 x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
- 94bc917 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
- 4759dff spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
- 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
- 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
- 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
- 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
- f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
- fffe25d spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
- 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
- e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
- cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
- 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
- 446d37c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
- 69fd4c3 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
- bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- 5ac98cb x86: spi: Add support for Wildcat Point by George McCollister · 9 years ago
- 5078792 dm: spi: Correct BIOS protection logic for ICH9 by Simon Glass · 9 years ago
- e1e332c dm: spi: Correct status register access width by Simon Glass · 9 years ago
- 5d4a757 dm: spi: Correct minor nits in ICH driver by Simon Glass · 9 years ago
- ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
- 87108cf x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
- 728b393 x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
- 5093bad x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
- 8e899af x86: spi: Add device tree support by Simon Glass · 10 years ago
- 7e77403 x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
- 9964671 x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
- fa388bc x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
- 15c7c6b x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 472d546 Consolidate bool type by York Sun · 12 years ago
- 5e6fb69 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
- 1853030 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago