]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'nand/fixes-for-4.13-rc4' of git://git.infradead.org/l2-mtd into MTD
authorBrian Norris <computersforpeace@gmail.com>
Sat, 5 Aug 2017 01:42:37 +0000 (18:42 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 5 Aug 2017 01:42:37 +0000 (18:42 -0700)
commit33983675fbd5b2447430c3dd4c205e879576b475
tree2ec4301c1ebba4793f8c29a505a01f09630e7b3d
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
parentee02f73e04c0e690600f621a3a1d2245834af7fe
Merge tag 'nand/fixes-for-4.13-rc4' of git://git.infradead.org/l2-mtd into MTD

"""
This PR contains both core and drivers fixes for 4.13.

Core fixes:
- Fix data interface setup for ONFI NANDs that do not support the SET
  FEATURES command
- Fix a kernel doc header
- Fix potential integer overflow when retrieving timing information
  from the parameter page
- Fix wrong OOB layout for small page NANDs

Driver fixes:
- Fix potential division-by-zero bug
- Fix backward compat with old atmel-nand DT bindings
- Fix ->setup_data_interface() in the atmel NAND driver
"""