summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11mtd: spi-nor: Move condition to avoid a NULL checkTudor Ambarus
2019-11-11mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually excl...Tudor Ambarus
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Merge spansion Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus
2019-11-11mtd: spi-nor: Extend the SR Read Back testTudor Ambarus
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus
2019-11-07mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus
2019-11-07mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus
2019-11-07mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus
2019-11-07mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus
2019-11-07mtd: spi-nor: Describe all the Reg OpsTudor Ambarus
2019-11-07mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus
2019-11-07mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus
2019-11-07mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus
2019-11-07mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus
2019-11-07mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus
2019-11-07mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus
2019-11-07mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov
2019-11-02mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flashMika Westerberg
2019-11-02mtd: spi-nor: Print device info in case of errorTudor Ambarus
2019-11-01mtd: spi-nor: Constify data to write to the Status RegisterTudor Ambarus
2019-11-01mtd: spi-nor: Fix retlen handling in sst_write()Tudor Ambarus
2019-11-01mtd: spi-nor: Drop redundant error reports in Reg Ops callersTudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()Tudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()Tudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()Tudor Ambarus
2019-11-01mtd: spi-nor: Don't overwrite errno from Reg OpsTudor Ambarus
2019-11-01mtd: spi-nor: Drop explicit cast to int to already int valueTudor Ambarus
2019-11-01mtd: spi-nor: Stop compare with negative in Reg Ops methodsTudor Ambarus
2019-11-01mtd: spi-nor: Group all Reg Ops to avoid forward declarationsTudor Ambarus
2019-11-01mtd: spi-nor: Drop duplicated new lineTudor Ambarus
2019-11-01mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methodsTudor Ambarus
2019-10-23mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definitionTudor Ambarus
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus
2019-10-23mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignmentTudor Ambarus
2019-10-23mtd: spi-nor: add support for en25qh16DENG Qingfang
2019-10-23mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flashJethro Beekman
2019-10-23mtd: spi-nor: intel-spi: support chips without software sequencerJethro Beekman
2019-10-20Linux 5.4-rc4Linus Torvalds
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-10-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet