Files
android_kernel_xiaomi_sm8450/include/linux
Linus Torvalds ac53b2e053 Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd
Pull MTD updates from Brian Norris:
 "Generic MTD:

   - populate the MTD device 'of_node' field (and get a proper 'of_node'
     symlink in sysfs)

     This yielded some new helper functions, and changes across a
     variety of drivers

   - partitioning cleanups, to prepare for better device-tree based
     partitioning in the future

     Eliminate a lot of boilerplate for drivers that want to use
     OF-based partition parsing

     The DT bindings for this didn't settle yet, so most non-cleanup
     portions are deferred for a future release

  NAND:

   - embed a struct mtd_info inside struct nand_chip

     This is really long overdue; too many drivers have to do the same
     silly boilerplate to allocate and link up two "independent"
     structs, when in fact, everyone is assuming there is an exact 1:1
     relationship between a NAND chips struct and its underlying MTD.
     This aids improved helpers and should make certain abstractions
     easier in the future.

     Also causes a lot of churn, helped along by some automated code
     transformations

   - add more core support for detecting (and "correcting") bitflips in
     erased pages; requires opt-in by drivers, but at least we kill a
     few bad implementations and hopefully stave off future ones

   - pxa3xx_nand: cleanups, a few fixes, and PM improvements

   - new JZ4780 NAND driver

  SPI NOR:

   - provide default erase function, for controllers that just want to
     send the SECTOR_ERASE command directly

   - fix some module auto-loading issues with device tree
     ("jedec,spi-nor")

   - error handling fixes

   - new Mediatek QSPI flash driver

  Other:

   - cfi: force valid geometry Kconfig (finally!)

     This one used to trip up randconfigs occasionally, since bots
     aren't deterred by big scary "advanced configuration" menus

  More? Probably. See the commit logs"

* tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd: (168 commits)
  mtd: jz4780_nand: replace if/else blocks with switch/case
  mtd: nand: jz4780: Update ecc correction error codes
  mtd: nandsim: use nand_get_controller_data()
  mtd: jz4780_nand: remove useless mtd->priv = chip assignment
  staging: mt29f_spinand: make use of nand_set/get_controller_data() helpers
  mtd: nand: make use of nand_set/get_controller_data() helpers
  ARM: make use of nand_set/get_controller_data() helpers
  mtd: nand: add helpers to access ->priv
  mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs
  mtd: nand: jz4740: remove custom 'erased check' implementation
  mtd: nand: diskonchip: remove custom 'erased check' implementation
  mtd: nand: davinci: remove custom 'erased check' implementation
  mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
  mtd: nand: return consistent error codes in ecc.correct() implementations
  doc: dt: mtd: new binding for jz4780-{nand,bch}
  mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmalloc
  mtd: spi-nor: wait until lock/unlock operations are ready
  mtd: tests: consolidate kmalloc/memset 0 call to kzalloc
  jffs2: use to_delayed_work
  mtd: nand: assign reasonable default name for NAND drivers
  ...
2016-01-13 11:25:54 -08:00
..
2015-10-01 12:48:11 -07:00
2015-06-25 11:49:31 +03:00
2015-10-17 21:22:08 -07:00
2015-10-07 18:08:15 +01:00
2016-01-11 17:48:53 -05:00
2016-01-05 18:04:58 +01:00
2015-11-16 15:41:49 +00:00
2010-10-15 21:18:59 +02:00
2010-11-23 20:14:46 +00:00
2015-03-25 20:28:11 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2012-10-08 13:50:20 +10:30
2015-08-03 12:01:54 -04:00
2005-04-16 15:20:36 -07:00
2012-12-02 00:05:12 +00:00
2009-04-01 08:59:23 -07:00
2011-03-11 14:25:50 +00:00
2015-11-07 10:40:47 -07:00
2015-12-28 13:07:07 -07:00
2015-12-06 12:46:31 +01:00
2009-11-20 20:13:39 +01:00
2009-11-20 20:13:39 +01:00
2013-11-15 09:32:21 +09:00
2011-10-29 21:20:22 +02:00
2013-11-09 00:16:29 -05:00
2015-10-07 16:02:49 -07:00
2008-12-25 11:01:43 +11:00
2015-09-04 16:54:41 -07:00
2015-02-12 18:54:15 -08:00
2015-09-08 15:35:28 -07:00
2011-01-10 08:51:44 -08:00
2015-10-18 10:14:39 -07:00
2010-08-04 11:00:45 +02:00
2015-10-31 19:05:59 -04:00
2012-02-20 19:46:36 +11:00
2009-12-10 23:52:01 +00:00
2015-01-21 19:21:30 +01:00
2014-11-10 09:27:30 -07:00
2012-09-30 18:02:20 -07:00
2005-04-16 15:20:36 -07:00
2008-01-28 23:21:18 +01:00
2013-05-07 18:38:27 -07:00
2014-01-16 10:23:02 +10:30
2014-12-31 13:06:50 -05:00
2015-10-30 01:47:27 -04:00
2014-10-09 11:35:48 +03:00
2015-06-24 17:49:45 -07:00
2014-10-08 16:01:41 -04:00
2009-06-18 13:04:05 -07:00
2014-08-06 18:01:24 -07:00
2007-07-10 00:35:17 -04:00
2010-10-25 14:11:37 -07:00
2015-05-12 10:46:53 +02:00
2010-02-09 11:13:56 +01:00
2011-03-31 11:26:23 -03:00
2015-06-19 15:18:28 +02:00
2010-03-07 22:17:09 +01:00
2015-09-08 15:35:28 -07:00
2015-03-16 21:45:54 +11:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2014-01-16 11:15:50 +01:00
2015-05-05 13:40:42 -06:00
2014-06-06 16:08:13 -07:00
2015-10-23 05:44:28 -07:00
2008-08-02 18:36:10 +01:00
2013-12-29 16:34:25 -05:00
2005-04-16 15:20:36 -07:00
2015-08-27 19:40:58 -04:00
2006-10-10 15:37:22 -07:00
2012-03-20 12:47:48 +01:00
2010-08-09 20:45:05 -07:00
2012-03-20 12:47:47 +01:00
2015-10-01 15:06:43 +02:00
2015-12-14 10:03:46 +01:00
2015-06-25 12:06:45 +02:00
2014-03-13 12:11:00 +10:30
2013-07-26 16:19:48 -07:00
2015-07-28 08:50:42 +01:00
2011-01-24 14:45:11 +10:30
2013-08-28 21:35:14 -07:00
2008-07-04 10:40:05 -07:00
2011-09-16 19:20:20 -04:00
2009-04-06 16:06:26 +01:00
2015-04-29 17:17:17 -05:00
2015-11-23 09:44:58 +01:00
2005-04-16 15:20:36 -07:00
2014-05-27 17:38:11 -07:00
2009-06-16 08:40:20 +02:00
2015-04-14 16:49:05 -07:00
2015-10-27 18:55:31 -07:00
2015-06-24 17:49:41 -07:00
2015-11-06 17:50:42 -08:00
2015-10-20 22:10:45 +08:00
2015-07-21 10:39:05 -07:00
2014-03-04 13:51:06 -05:00
2014-01-27 21:02:39 -08:00
2015-06-25 04:20:04 -04:00
2012-12-11 17:22:27 -08:00
2013-05-04 14:47:26 -04:00
2015-03-11 17:56:28 -04:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-11-06 17:50:42 -08:00
2014-07-09 14:58:37 +01:00
2016-01-07 14:31:27 -05:00
2015-01-25 23:17:28 -05:00
2015-10-09 17:00:32 -04:00
2010-08-04 21:53:17 -07:00
2011-11-02 16:07:02 -07:00
2015-10-06 17:08:19 +02:00
2011-03-31 11:26:23 -03:00
2015-10-22 08:59:18 -07:00
2012-03-20 21:29:38 -04:00
2010-02-10 17:47:17 -08:00
2015-05-26 15:23:23 +02:00
2012-10-06 03:05:01 +09:00
2010-05-11 10:09:47 +02:00
2015-06-25 01:13:43 +02:00
2016-01-10 22:13:15 -05:00
2013-06-17 16:38:57 -07:00
2015-12-13 19:59:48 -08:00
2009-04-08 14:33:38 -07:00
2016-01-04 16:11:11 -05:00
2014-08-08 15:57:26 -07:00
2014-08-08 15:57:31 -07:00
2011-03-31 11:26:23 -03:00
2015-04-11 15:53:35 -04:00
2005-04-16 15:20:36 -07:00
2014-06-12 00:21:11 -04:00
2010-08-09 16:48:44 -04:00
2016-01-04 10:20:19 -05:00
2013-04-30 15:50:12 +05:30
2011-08-16 00:16:49 -07:00
2014-06-04 16:53:57 -07:00
2005-04-16 15:20:36 -07:00
2015-06-25 17:00:39 -07:00
2015-11-05 14:36:09 -05:00
2014-06-04 16:53:56 -07:00
2010-03-25 17:18:43 -07:00
2015-08-17 11:25:28 -07:00
2015-10-01 09:57:59 -07:00
2010-11-29 08:55:25 +11:00
2015-10-19 01:01:21 +02:00
2015-11-23 09:44:58 +01:00
2005-04-16 15:20:36 -07:00
2014-11-28 16:08:16 +01:00
2015-12-04 08:38:42 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2014-04-07 16:35:53 -07:00
2013-05-27 10:57:53 +09:00
2011-01-13 08:03:24 -08:00
2013-10-17 15:53:09 -04:00
2015-09-08 15:35:28 -07:00