Age | Commit message (Expand) | Author | Files | Lines |
2016-06-02 | mtd: spi-nor: stop passing around retlen | Michal Suchanek | 1 | -2/+2 |
2016-06-02 | mtd: spi-nor: change return value of read/write | Michal Suchanek | 1 | -2/+2 |
2016-05-11 | mtd: spi-nor: support GigaDevice gd25lq64c | Brian Norris | 1 | -0/+1 |
2016-03-08 | mtd: spi-nor: add TB (Top/Bottom) protect support | Brian Norris | 1 | -0/+2 |
2016-01-06 | mtd: merge MTD development from v4.4 into for-v4.5 development | Brian Norris | 1 | -1/+1 |
2016-01-06 | mtd: spi-nor: fix Spansion regressions (aliased with Winbond) | Brian Norris | 1 | -1/+1 |
2015-11-30 | mtd: spi-nor: include mtd.h header for struct mtd_info definition | Rafał Miłecki | 1 | -2/+1 |
2015-11-20 | mtd: spi-nor: provide default erase_sector implementation | Brian Norris | 1 | -1/+2 |
2015-11-12 | mtd: spi-nor: drop flash_node field | Brian Norris | 1 | -4/+2 |
2015-11-12 | mtd: add get/set of_node/flash_node helpers | Brian Norris | 1 | -0/+11 |
2015-10-14 | mtd: spi-nor: add mtd_is_locked() support | Brian Norris | 1 | -0/+3 |
2015-10-14 | mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers | Brian Norris | 1 | -2/+2 |
2015-10-14 | mtd: spi-nor: add SPI NOR manufacturer IDs | Brian Norris | 1 | -0/+15 |
2015-10-14 | mtd: spi-nor: make bitfield constants more consistent | Brian Norris | 1 | -10/+10 |
2015-10-14 | mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit | Brian Norris | 1 | -0/+2 |
2015-09-22 | mtd: spi-nor: remove unused read_xfer/write_xfer hooks | Cyrille Pitchen | 1 | -35/+0 |
2015-09-12 | mtd: spi-nor: Zap unneeded write_enable from write_reg | Jagan Teki | 1 | -2/+1 |
2015-09-12 | mtd: spi-nor: Decouple SPI NOR's device_node from controller device | Marek Vasut | 1 | -0/+2 |
2015-09-03 | mtd: spi-nor: embed struct mtd_info within struct spi_nor | Brian Norris | 1 | -1/+1 |
2015-09-03 | mtd: spi-nor: add forward declaration for mtd_info | Brian Norris | 1 | -0/+2 |
2015-03-27 | mtd: spi-nor: factor out replace-able flash_{lock,unlock} | Brian Norris | 1 | -0/+5 |
2015-01-07 | mtd: spi-nor: Add quad I/O support for Micron SPI NOR | Bean Huo 霍斌斌 (beanhuo) | 1 | -0/+7 |
2014-11-05 | mtd: spi-nor: drop replaceable wait-till-ready function pointer | Brian Norris | 1 | -2/+0 |
2014-11-05 | mtd: m25p80: drop wait-till-ready checks | Brian Norris | 1 | -0/+6 |
2014-10-22 | spi-nor: Remove spi_nor::read_id operation | Ben Hutchings | 1 | -3/+0 |
2014-10-22 | mtd: m25p80,spi-nor: Fix module aliases for m25p80 | Ben Hutchings | 1 | -1/+0 |
2014-10-17 | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id | Ben Hutchings | 1 | -17/+3 |
2014-07-12 | mtd: spi-nor: add support for flag status register on Micron chips | grmoore@altera.com | 1 | -0/+4 |
2014-04-14 | mtd: spi-nor: unify read opcode variants with ST SPI FSM | Brian Norris | 1 | -8/+16 |
2014-04-14 | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* | Brian Norris | 1 | -27/+27 |
2014-04-14 | mtd: spi-nor: drop \t after #define | Brian Norris | 1 | -36/+36 |
2014-04-14 | mtd: spi-nor: add the copyright information | Huang Shijie | 1 | -0/+9 |
2014-04-14 | mtd: spi-nor: add a helper to find the spi_device_id | Huang Shijie | 1 | -0/+12 |
2014-04-14 | mtd: spi-nor: add the framework for SPI NOR | Huang Shijie | 1 | -0/+20 |
2014-04-14 | mtd: spi-nor: add the basic data structures | Huang Shijie | 1 | -0/+110 |
2014-04-14 | mtd: spi-nor: copy the SPI NOR commands to a new header file | Huang Shijie | 1 | -0/+55 |