- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
- 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
- 1be8582 spi: ich: Limit slave->max_read_size by Bin Meng · 3 years, 4 months ago
- 9646711 spi: ich: Don't require the PCH by Simon Glass · 3 years, 5 months ago
- de64048 x86: spl: Move priv/plat structs to headers by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- ecdc4b3 x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 2 months ago
- 1d37c69 x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- 6157ec1 spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 11 months ago
- 07b2b99 spi: ich: Add Apollo Lake support by Simon Glass · 5 years ago
- bdd2897 spi: ich: Add TPL support by Simon Glass · 5 years ago
- 641217d spi: ich: Add support for get_mmap() method by Simon Glass · 5 years ago
- 0a88fd8 spi: ich: Support hardware sequencing by Simon Glass · 5 years ago
- b7632cb spi: ich: Support of-platdata for fast-spi by Simon Glass · 5 years ago
- f1c884d spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 5 years ago
- eb0ae6f spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 5 years ago
- d500dd8 spi: ich: Various small tidy-ups by Simon Glass · 5 years ago
- e87e87b spi: ich: Fix header order by Simon Glass · 5 years ago
- 6e37af3 spi: ich: Convert to livetree by Simon Glass · 5 years ago
- 78d520c spi: ich: Move the protection/lockdown code into a function by Simon Glass · 5 years ago
- 23485eb spi: ich: Move init function just above probe() by Simon Glass · 5 years ago
- 2d2e860 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
- db3ffe9 x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 59de503 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
- 4a75e9b x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
- 26ed19c x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
- 552720e x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
- 36ce024 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
- bf5f72e x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
- 76e6c99 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
- b6647ab spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 8 years ago
- dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 96536b1 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
- 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
- 0d3792c spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
- d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
- 316fd94 spi: ich: Some clean up by Bin Meng · 9 years ago
- 3276163 dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
- fcac1dd spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
- 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
- 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
- 71331b3 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
- 26a0b19 spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
- 5ded014 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
- 827afe5 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
- de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- 374c56f x86: spi: Add support for Wildcat Point by George McCollister · 9 years ago
- bf1623b dm: spi: Correct BIOS protection logic for ICH9 by Simon Glass · 9 years ago
- 6634f81 dm: spi: Correct status register access width by Simon Glass · 9 years ago
- 7f66bc1 dm: spi: Correct minor nits in ICH driver by Simon Glass · 9 years ago
- 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
- 1c87729 x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
- ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
- a08ca38 x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
- abca5c0 x86: spi: Add device tree support by Simon Glass · 10 years ago
- fd1b68c x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
- a488b6f x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
- 1e89248 x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
- 2dbed5f x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 4a59809 Consolidate bool type by York Sun · 12 years ago
- 11ade80 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
- 4187740 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago