1. 11 2月, 2017 2 次提交
    • B
      Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux · 398d8739
      Brian Norris 提交于
      From Cyrille:
      
      """
      This pull request contains the following notable changes:
      - add support to the 4-byte address instruction set.
      - add support to new memory parts.
      - add support to S3AN memories.
      - add support to the Intel SPI controller.
      - add support to the Aspeed AST2400 and AST2550 controllers.
      - fix max SPI transfer and message sizes in m25p80_read().
      - fix the Candence QSPI driver.
      - fix the Freescale QSPI driver.
      """
      398d8739
    • B
      mtd: physmap_of: fixup gemini/versatile dependencies · 4f04f68e
      Brian Norris 提交于
      physmap_of sort of depends on the gemini and versatile modules (when
      they're enabled), but this isn't expressed in Kconfig. Let's just merge
      the modules all together, when enabled. Then we can avoid exporting a
      few symbols, and the versatile and gemini code can now be modular again
      (the below commit accidentally made them built-in only).
      
      Resolves errors like this:
      
      ERROR: "of_flash_probe_versatile" [drivers/mtd/maps/physmap_of.ko] undefined!
      ERROR: "of_flash_probe_gemini" [drivers/mtd/maps/physmap_of.ko] undefined!
      
      Fixes: 56ff337e ("mtd: physmap_of: add a hook for Gemini flash probing")
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
      4f04f68e
  2. 10 2月, 2017 22 次提交
  3. 09 2月, 2017 14 次提交
  4. 06 2月, 2017 2 次提交