]> git.baikalelectronics.ru Git - kernel.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)
commit89363c776983a69162b6f7d1be8b77709de7a312
tree2ec4301c1ebba4793f8c29a505a01f09630e7b3d
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
parent9f1c857aefb1447cc3603613c7ac5b04ceaf467f
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
"""