summaryrefslogtreecommitdiff
path: root/drivers/spi/ich.c
AgeCommit message (Expand)Author
2020-02-04spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass
2019-12-15spi: ich: Add TPL supportSimon Glass
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass
2019-12-15spi: ich: Support hardware sequencingSimon Glass
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass
2019-12-15spi: ich: Various small tidy-upsSimon Glass
2019-12-15spi: ich: Fix header orderSimon Glass
2019-12-15spi: ich: Convert to livetreeSimon Glass
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass
2019-12-15spi: ich: Move init function just above probe()Simon Glass
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass
2019-08-09x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-27spi: ich: Lock down controller settings if requiredBin Meng
2017-09-02x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng
2017-09-02x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng
2017-08-24x86: ich-spi: Move opcode registers configuration to another routineBin Meng
2017-08-24x86: ich-spi: Don't read cached lock statusBin Meng
2017-08-24x86: ich-spi: Remove unnecessary assignment in ich_init_controller()Bin Meng
2017-08-24x86: ich-spi: Remove spi_write_protect_region()Bin Meng
2017-05-17spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exitStefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-09-22spi: Use mode for rx mode flagsJagan Teki
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng
2016-02-05spi: ich: Change PCHV_ to ICHV_Bin Meng
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng
2016-02-05spi: ich: Some clean upBin Meng
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2016-01-24spi: ich: Separate out the read/write trace from normal debuggingSimon Glass
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki
2016-01-13spi: Use mode instead of op_mode_txJagan Teki
2015-10-28Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2015-10-27spi: ich: Use BIT macroJagan Teki
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-21x86: spi: Add support for Wildcat PointGeorge McCollister
2015-07-14dm: spi: Correct BIOS protection logic for ICH9Simon Glass
2015-07-14dm: spi: Correct status register access widthSimon Glass
2015-07-14dm: spi: Correct minor nits in ICH driverSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-16x86: spi: Add support for lynxpointSimon Glass
2015-02-06x86: Add SPI support to quark/galileoBin Meng
2015-02-06x86: spi: Support ValleyView in ICH SPI driverSimon Glass
2015-01-24x86: spi: Add device tree supportSimon Glass
2014-12-13x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng
2014-12-13x86: ich-spi: Set the tx operation mode for ich 7Bin Meng