linux/Documentation/devicetree/bindings
Linus Torvalds affe8a2abd MTD updates for v4.8:
NAND:
 
   Updates from Boris:
 
     """
     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
     """
 
   In addition, some small fixes around error handling, etc., as well as one
   long-standing corner case issue (2.6.20, I think?) with writing 1 byte less
   than a page.
 
 NOR:
 
  * Rework some error handling on reads and writes, so we can better handle (for
    instance) SPI controllers which have limitations on their maximum transfer size
 
  * Add new Cadence Quad SPI flash controller driver
 
  * Add new Atmel QSPI flash controller driver
 
  * Add new Hisilicon SPI flash controller driver
 
  * Support a few new flash, and update supported features on others
 
  * Fix the logic used for detecting a fully-unlocked flash
 
 And other miscellaneous small fixes.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJXn/j0AAoJEFySrpd9RFgto58P/j1huB0d21zFen3teo8YKKr1
 dLi65mFbqtpU1BLqD07uc2gsH17kvezFJCtx8H8Jp/yCjLF2kYIKL7wDTf6OJPtn
 aYGS5dG5jhMIq+6CD2olKqy+IVLfL9GvCf44Z3fpVta5lOn09y7Jm0AkBjmJcH45
 SdJi+iUkSKhqRY3O2udyauGyL4JWG7eHUonrG9g8ROrO0GWQkT4Ijm1ZwIBlFDkJ
 e1N960OqPg5ISOzuTeM14Ok9IUyeb7wiXhqRfOJgzNk6iBcN1YC2ono3C7RH2sN7
 wiyCqqUpDDCDBDiFdGOdpc9cjzNysrt02ypWRsZIpQVCm89nPLSutqQEWLuo0qzq
 /eIzdwbk1AxX96CeQohOezqL+n6+RHP9AIvwzL9GeWjipD1LBvfM1l3CmuSKK5jb
 bQ4CA/FVz1tO/25q8tuLJfpFzhFE2PC3pphVf8tREL/U6OR/97NgDMuQIuqiQpRc
 4nJtu79yacAzEiztZh0bsx+t94QFE+kfs/6d8m+llLEyx2sI8HKZeDvNRwEB0OsD
 wQ5bjyd54m7+i4H8njrnOTP+K2YrwNjGlbTo7qrRSpFMDr4mD0VQLap03Srvo5xV
 OYB6uGZhGV2L3k6nG5wywM2z6Hw0QfHxjrpcLyG51xABmni2QF3lOdYSllRtRTXp
 aYLfPUqgIgSUI2GTDHyW
 =HQr0
 -----END PGP SIGNATURE-----

Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd

Pull MTD updates from Brian Norris:
 "NAND:

    Quoting Boris:
     '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'

    In addition, some small fixes around error handling, etc., as well
    as one long-standing corner case issue (2.6.20, I think?) with
    writing 1 byte less than a page.

  NOR:

   - rework some error handling on reads and writes, so we can better
     handle (for instance) SPI controllers which have limitations on
     their maximum transfer size

   - add new Cadence Quad SPI flash controller driver

   - add new Atmel QSPI flash controller driver

   - add new Hisilicon SPI flash controller driver

   - support a few new flash, and update supported features on others

   - fix the logic used for detecting a fully-unlocked flash

  And other miscellaneous small fixes"

* tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd: (60 commits)
  mtd: spi-nor: don't build Cadence QuadSPI on non-ARM
  mtd: mtk-nor: remove duplicated include from mtk-quadspi.c
  mtd: nand: fix bug writing 1 byte less than page size
  mtd: update description of MTD_BCM47XXSFLASH symbol
  mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller
  mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
  mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmd
  mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
  mtd: maps: sa1100-flash: potential NULL dereference
  mtd: atmel-quadspi: add driver for Atmel QSPI controller
  mtd: nand: omap2: fix return value check in omap_nand_probe()
  Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
  mtd: spi-nor: add hisilicon spi-nor flash controller driver
  mtd: spi-nor: support dual, quad, and WP for Gigadevice
  mtd: spi-nor: Added support for n25q00a.
  memory: Update dependency of IFC for Layerscape
  mtd: nand: jz4780: Update MODULE_AUTHOR email address
  mtd: nand: sunxi: prevent a small memory leak
  mtd: nand: sunxi: add reset line support
  mtd: nand: sunxi: update DT bindings
  ...
2016-08-02 17:05:11 -04:00
..
arc
arm ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
ata ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
board
bus dt-bindings: bus: Add documentation for Tegra210 ACONNECT 2016-07-01 16:35:43 +02:00
c6x
clock ARM: SoC driver updates for v4.8 2016-08-01 18:36:01 -04:00
cpufreq
cris
crypto
devfreq
display Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux 2016-08-01 21:44:08 -04:00
dma ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
edac
eeprom
extcon extcon: arizona: Update binding docs to mention new defines for GPSW 2016-06-21 14:09:54 +09:00
firmware dt/bindings: firmware: Add Qualcomm SCM binding 2016-06-11 22:57:14 -05:00
fpga
fuse
goldfish
gpio This is the bulk of pin control changes for the v4.8 kernel cycle. 2016-07-28 17:06:51 -07:00
gpu
h8300
hsi
hwlock
hwmon Documentation: dtb: xgene: Add hwmon dts binding documentation 2016-07-21 14:58:57 -07:00
i2c DeviceTree update for 4.8: 2016-07-30 11:32:01 -07:00
iio ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
input ARM: SoC driver updates for v4.8 2016-08-01 18:36:01 -04:00
interrupt-controller ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
iommu Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into next 2016-07-26 16:02:37 +02:00
leds - New Functionality 2016-08-01 07:32:32 -04:00
lpddr2
mailbox dt-bindings: add bindings documentation for PDC driver. 2016-07-28 09:34:46 +05:30
media ARM: SoC driver updates for v4.8 2016-08-01 18:36:01 -04:00
memory-controllers MTD updates for v4.8: 2016-08-02 17:05:11 -04:00
metag
mfd - Core Frameworks 2016-08-01 07:28:14 -04:00
mips MIPS: devicetree: fix cpu interrupt controller node-names 2016-05-28 12:35:12 +02:00
misc pstore/ram: add Device Tree bindings 2016-06-14 11:34:39 -07:00
mmc doc: dt: fsl-imx-esdhc: add set tuning start point binding 2016-07-25 10:34:55 +02:00
mtd mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver 2016-07-18 09:58:16 -07:00
net ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
nios2
nvmem
opp
pci bindings: PCI: layerscape: Add 'dma-coherent' property 2016-06-16 08:42:01 +08:00
phy ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
pinctrl Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux 2016-08-01 21:44:08 -04:00
power ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
power_supply power: axp20x_usb: Add support for usb power-supply on axp22x pmics 2016-06-10 03:31:27 +02:00
powerpc powerpc updates for 4.8 # 1 2016-07-30 21:01:36 -07:00
pps
pwm ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
regmap Fix spelling errors in Documentation/devicetree 2016-07-22 14:54:05 -05:00
regulator Merge remote-tracking branches 'regulator/topic/qcom-spmi', 'regulator/topic/rn5t618', 'regulator/topic/tps65218' and 'regulator/topic/twl' into regulator-next 2016-07-20 18:02:08 +01:00
remoteproc dt-binding: remoteproc: Introduce Hexagon loader binding 2016-06-27 08:56:45 -07:00
reserved-memory
reset ARM: SoC driver updates for v4.8 2016-08-01 18:36:01 -04:00
rng ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
rtc powerpc: Various typo fixes 2016-06-14 13:58:26 +10:00
scsi
security/tpm tpm/tpm_tis_spi: Add support for spi phy 2016-06-25 17:28:57 +03:00
serial ARM: 64-bit DT updates for v4.8 2016-08-01 18:47:01 -04:00
serio
soc ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
sound sound updates for 4.8 2016-07-31 02:25:02 -07:00
spi Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/s3c64xx', 'spi/topic/sh' and 'spi/topic/sh-msiof' into spi-next 2016-07-24 22:08:25 +01:00
spmi
sram
staging
thermal Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2016-05-26 09:23:43 -07:00
timer ARM: SoC driver updates for v4.8 2016-08-01 18:36:01 -04:00
ufs ufs: add TC G210 platform driver 2016-07-12 23:16:31 -04:00
usb ARM: DT updates for v4.8 2016-08-01 18:37:45 -04:00
video/bridge devicetree: Add ANX7814 SlimPort transmitter binding 2016-05-12 11:32:14 +02:00
virtio
w1
watchdog watchdog: renesas-wdt: Add support for the r8a7796 wdt 2016-07-25 11:23:29 +02:00
x86
xillybus
ABI.txt
chosen.txt
common-properties.txt
graph.txt
ipmi.txt
marvell.txt
numa.txt
property-units.txt
resource-names.txt
sparc_sun_oracle_rng.txt
submitting-patches.txt
unittest.txt
vendor-prefixes.txt Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux 2016-08-01 21:44:08 -04:00
xilinx.txt