1. 16 7月, 2016 2 次提交
    • W
      mtd: nand: omap2: fix return value check in omap_nand_probe() · de3bfc4a
      Wei Yongjun 提交于
      In case of error, the function dma_request_chan() returns ERR_PTR() and
      never returns NULL. The NULL test in the return value check should be
      replaced with IS_ERR().
      
      Fixes: aa7abd31 ('mtd: nand: omap2: Support parsing dma channel
      information from DT')
      Signed-off-by: NWei Yongjun <yongjun_wei@trendmicro.com.cn>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      de3bfc4a
    • B
      Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtd · 1ed10691
      Brian Norris 提交于
      Pull NAND changes from Boris Brezillon:
      """
      This pull request contains only one notable change:
      * Addition of the MTK NAND controller driver
      
      And a bunch of specific NAND driver improvements/fixes. Here are the
      changes that are worth mentioning:
      * A few fixes/improvements for the xway NAND controller driver
      * A few fixes for the sunxi NAND controller driver
      * Support for DMA in the sunxi NAND driver
      * Support for the sunxi NAND controller IP embedded in A23/A33 SoCs
      * Addition for bitflips detection in erased pages to the brcmnand driver
      * Support for new brcmnand IPs
      * Update of the OMAP-GPMC binding to support DMA channel description
      """
      1ed10691
  2. 14 7月, 2016 5 次提交
  3. 11 7月, 2016 21 次提交
  4. 10 7月, 2016 6 次提交
  5. 13 6月, 2016 1 次提交
  6. 10 6月, 2016 1 次提交
  7. 06 6月, 2016 2 次提交
  8. 03 6月, 2016 1 次提交
  9. 02 6月, 2016 1 次提交