kernel-ark/Documentation/ABI/testing
Linus Torvalds b5e16170f5 MTD updates for v4.13-rc1:
General updates
 
  * Cleanups and additional flash support for "dataflash" driver
  * new driver for mchp23k256 SPI SRAM device
  * improve handling of MTDs without eraseblocks (i.e., MTD_NO_ERASE)
  * refactor and improve "sub-partition" handling with TRX partition
    parser; partitions can now be created as sub-partitions of another
    partition
 
 SPI NOR updates, from Cyrille Pitchen and Marek Vasut:
  * introduce support to the SPI 1-2-2 and 1-4-4 protocols.
  * introduce support to the Double Data Rate (DDR) mode.
  * introduce support to the Octo SPI protocols.
  * add support to new memory parts for Spansion, Macronix and Winbond.
  * add fixes for the Aspeed, STM32 and Cadence QSPI controler drivers.
  * clean up the st_spi_fsm driver.
 
 NAND updates, from Boris Brezillon:
 
  * addition of on-die ECC support to Micron driver
  * addition of helpers to help drivers choose most appropriate ECC
    settings
  * deletion of dead-code (cached programming and ->errstat() hook)
  * make sure drivers that do not support the SET/GET FEATURES command
    return ENOTSUPP use a dummy ->set/get_features implementation
    returning -ENOTSUPP (required for Micron on-die ECC)
  * change the semantic of ecc->write_page() for drivers setting the
    NAND_ECC_CUSTOM_PAGE_ACCESS flag
  * support exiting 'GET STATUS' command in default ->cmdfunc()
    implementations
  * change the prototype of ->setup_data_interface()
 
  A bunch of driver related changes:
 
  * various cleanup, fixes and improvements of the MTK driver
  * OMAP DT bindings fixes
  * support for ->setup_data_interface() in the fsmc driver
  * support for imx7 in the gpmi driver
  * finalization of the denali driver rework (thanks to Masahiro for the
    work he's done on this driver)
  * fix "bitflips in erased pages" handling in the ifc driver
  * addition of PM ops and dynamic timing configuration to the atmel
    driver
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJZZ7bdAAoJEFySrpd9RFgtZvIP+wfo25Lkv2gFRIFhnoDnxDfu
 1pLVL8HrgTYBcD3dmr9ghONq+bxh2SSz3gU20i/eWmOmKy1OwaGegSj88hYpGOpS
 2bwWWlczMqkX+upHw0une3ZrTb6pjoyHKHr5I5GYoJPgG2Dw2D3joehRkvMDispD
 9cEik9HkyliHXy/1mqFsToe5RwdqauLbKR/a2XZQo89gt8n8Rnlt91Q5QOZytC6r
 GLkuQzRAf4qVi4sgDb7zvFZW7KeyGTXTLDxKZGG9JETNjzcEJZMykAWxR9SwBCHa
 tL7HjyaU5d2rXo4ukZ4IplKn9Y+BneDeGomy44DcGP6RAyNDqVC/R5eFW+MtlbwY
 rm6SDxs9vCeUBrgIaJlVqDJxca/OR3ruHKILGbEfvIy/MmRQ4keBf357Dew8o4x/
 wQw2dgznn3/vs5aqSz/E+erY22gdnaHtDApaefB/D0Kqi9fs2yVaAh3gGcXmloO9
 yfRfzPugMRwI29gztMkgRWKWTCfHe2JN4hLDMVwO7Rt3ucQIbz642N/4JVMEpDcX
 gJcaSgXn/u6xRJnEX/2u+B6ERNqVvLZ8fbnfD0fkPkjLOISvfg38xti1qgoxs8z8
 tm5lMI7VR9/MKIxCXT/6Z+actDV21j/oo0QInV3YMxHDPl5KBj+migsRtDzpGhna
 dmztYIMYqF9I29skWgXR
 =ReBr
 -----END PGP SIGNATURE-----

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

Pull MTD updates from Brian Norris:
 "General updates:
   - Cleanups and additional flash support for "dataflash" driver
   - new driver for mchp23k256 SPI SRAM device
   - improve handling of MTDs without eraseblocks (i.e., MTD_NO_ERASE)
   - refactor and improve "sub-partition" handling with TRX partition
     parser; partitions can now be created as sub-partitions of another
     partition

  SPINOR updates, from Cyrille Pitchen and Marek Vasut:
   - introduce support to the SPI 1-2-2 and 1-4-4 protocols.
   - introduce support to the Double Data Rate (DDR) mode.
   - introduce support to the Octo SPI protocols.
   - add support to new memory parts for Spansion, Macronix and Winbond.
   - add fixes for the Aspeed, STM32 and Cadence QSPI controler drivers.
   - clean up the st_spi_fsm driver.

  NAND updates, from Boris Brezillon:
   - addition of on-die ECC support to Micron driver
   - addition of helpers to help drivers choose most appropriate ECC
     settings
   - deletion of dead-code (cached programming and ->errstat() hook)
   - make sure drivers that do not support the SET/GET FEATURES command
     return ENOTSUPP use a dummy ->set/get_features implementation
     returning -ENOTSUPP (required for Micron on-die ECC)
   - change the semantic of ecc->write_page() for drivers setting the
     NAND_ECC_CUSTOM_PAGE_ACCESS flag
   - support exiting 'GET STATUS' command in default ->cmdfunc()
     implementations
   - change the prototype of ->setup_data_interface()

  A bunch of driver related changes:
   - various cleanup, fixes and improvements of the MTK driver
   - OMAP DT bindings fixes
   - support for ->setup_data_interface() in the fsmc driver
   - support for imx7 in the gpmi driver
   - finalization of the denali driver rework (thanks to Masahiro for
     the work he's done on this driver)
   - fix "bitflips in erased pages" handling in the ifc driver
   - addition of PM ops and dynamic timing configuration to the atmel
     driver"

* tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd: (118 commits)
  Documentation: ABI: mtd: describe "offset" more precisely
  mtd: Fix check in mtd_unpoint()
  mtd: nand: mtk: release lock on error path
  mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead
  mtd: spi-nor: cqspi: remove duplicate const
  mtd: spi-nor: Add support for Spansion S25FL064L
  mtd: spi-nor: Add support for mx66u51235f
  mtd: nand: mtk: add ->setup_data_interface() hook
  mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resume
  mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resume
  mtd: nand: mtk: disable ecc irq when writing page with hwecc
  mtd: nand: mtk: fix incorrect register setting order about ecc irq
  mtd: partitions: fixup some allocate_partition() whitespace
  mtd: parsers: trx: fix pr_err format for printing offset
  MAINTAINERS: Update SPI NOR subsystem git repositories
  mtd: extract TRX parser out of bcm47xxpart into a separated module
  mtd: partitions: add support for partition parsers
  mtd: partitions: add support for subpartitions
  mtd: partitions: rename "master" to the "parent" where appropriate
  mtd: partitions: remove sysfs files when deleting all master's partitions
  ...
2017-07-13 12:07:44 -07:00
..
configfs-acpi
configfs-iio
configfs-rdma_cm IB/cma: Add default RoCE TOS to CMA configfs 2017-02-15 09:51:28 -05:00
configfs-spear-pcie-gadget
configfs-stp-policy
configfs-usb-gadget
configfs-usb-gadget-acm
configfs-usb-gadget-ecm
configfs-usb-gadget-eem
configfs-usb-gadget-ffs
configfs-usb-gadget-hid
configfs-usb-gadget-loopback
configfs-usb-gadget-mass-storage
configfs-usb-gadget-midi
configfs-usb-gadget-ncm
configfs-usb-gadget-obex
configfs-usb-gadget-phonet
configfs-usb-gadget-printer
configfs-usb-gadget-rndis
configfs-usb-gadget-serial
configfs-usb-gadget-sourcesink
configfs-usb-gadget-subset
configfs-usb-gadget-tcm
configfs-usb-gadget-uac1 usb: gadget: add f_uac1 variant based on a new u_audio api 2017-06-19 09:22:47 +03:00
configfs-usb-gadget-uac1_legacy usb: gadget: function: make current f_uac1 implementation legacy 2017-06-19 09:22:47 +03:00
configfs-usb-gadget-uac2
configfs-usb-gadget-uvc
debugfs-driver-genwqe
debugfs-ec
debugfs-ideapad
debugfs-olpc
debugfs-pfo-nx-crypto
debugfs-pktcdvd
dev-kmsg
evm
gpio-cdev
ima_policy IMA: update IMA policy documentation to include pcr= option 2017-06-21 14:37:12 -04:00
procfs-diskstats
pstore
sysfs-ata
sysfs-block block: remove the discard_zeroes_data flag 2017-04-08 11:25:38 -06:00
sysfs-block-bcache
sysfs-block-dm
sysfs-block-rssd
sysfs-block-zram zram: remove obsolete sysfs attrs 2017-02-22 16:41:30 -08:00
sysfs-bus-acpi
sysfs-bus-amba
sysfs-bus-bcma
sysfs-bus-coresight-devices-etb10
sysfs-bus-coresight-devices-etm3x
sysfs-bus-coresight-devices-etm4x
sysfs-bus-coresight-devices-funnel
sysfs-bus-coresight-devices-stm
sysfs-bus-coresight-devices-tmc
sysfs-bus-css
sysfs-bus-event_source-devices-events
sysfs-bus-event_source-devices-format
sysfs-bus-event_source-devices-hv_24x7
sysfs-bus-event_source-devices-hv_gpci
sysfs-bus-fcoe
sysfs-bus-fsi drivers/fsi: Document FSI master sysfs files in ABI 2017-06-09 11:52:09 +02:00
sysfs-bus-fsl-mc staging: fsl-mc: add sysfs ABI doc 2016-12-08 21:00:08 +01:00
sysfs-bus-hsi
sysfs-bus-i2c-devices-bq32k rtc: bq32000: add support to enable disable the trickle charge FET bypass 2017-02-01 12:44:23 +01:00
sysfs-bus-i2c-devices-fsa9480
sysfs-bus-i2c-devices-hm6352
sysfs-bus-i2c-devices-lm3533
sysfs-bus-iio iio: hid-sensor-hub: Implement batch mode 2017-05-16 19:44:01 +01:00
sysfs-bus-iio-accel-bmc150
sysfs-bus-iio-adc-envelope-detector iio: envelope-detector: ADC driver based on a DAC and a comparator 2016-11-13 13:07:17 +00:00
sysfs-bus-iio-adc-hi8435
sysfs-bus-iio-adc-max9611 iio: Documentation: Add max9611 sysfs documentation 2017-04-08 17:26:03 +01:00
sysfs-bus-iio-adc-stm32 iio: adc: stm32: add trigger polarity extended attribute 2017-01-28 18:24:57 +00:00
sysfs-bus-iio-chemical-vz89x
sysfs-bus-iio-counter-104-quad-8 iio: Generalize counting direction modes 2017-03-05 11:22:56 +00:00
sysfs-bus-iio-cros-ec iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub. 2016-10-25 18:20:05 +01:00
sysfs-bus-iio-dac-dpot-dac iio: dpot-dac: DAC driver based on a digital potentiometer 2016-11-13 13:07:15 +00:00
sysfs-bus-iio-distance-srf08 iio: distance: srf08: add driver ABI documentation 2017-01-28 16:38:33 +00:00
sysfs-bus-iio-frequency-ad9523
sysfs-bus-iio-frequency-adf4350
sysfs-bus-iio-gyro-bmg160
sysfs-bus-iio-health-afe440x
sysfs-bus-iio-humidity-hdc100x
sysfs-bus-iio-ina2xx-adc
sysfs-bus-iio-light-isl29018 staging: iio: isl29018: add ABI documentation for infrared suppression 2016-10-23 19:33:55 +01:00
sysfs-bus-iio-light-lm3533-als
sysfs-bus-iio-light-tsl2583 staging: iio: tsl2583: move out of staging 2016-11-13 13:07:33 +00:00
sysfs-bus-iio-magnetometer-hmc5843
sysfs-bus-iio-meas-spec iio: Documentation: sysfs-bus-iio-meas-spec: Remove (partially) duplicate line 2017-05-07 14:39:17 +01:00
sysfs-bus-iio-mpu6050
sysfs-bus-iio-potentiometer-mcp4531 iio: mcp4531: provide range of available raw values 2016-11-13 11:40:26 +00:00
sysfs-bus-iio-proximity-as3935
sysfs-bus-iio-timer-stm32 iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode 2017-06-11 15:59:05 +01:00
sysfs-bus-iio-trigger-sysfs
sysfs-bus-iio-vf610
sysfs-bus-intel_th-devices-gth
sysfs-bus-intel_th-devices-msc
sysfs-bus-intel_th-devices-pti
sysfs-bus-intel_th-output-devices
sysfs-bus-mcb
sysfs-bus-mdio
sysfs-bus-media
sysfs-bus-mei
sysfs-bus-pci pci-v4.12-changes 2017-05-08 19:03:25 -07:00
sysfs-bus-pci-devices-cciss
sysfs-bus-pci-drivers-ehci_hcd
sysfs-bus-pci-drivers-janz-cmodio
sysfs-bus-platform
sysfs-bus-rbd
sysfs-bus-rpmsg
sysfs-bus-thunderbolt thunderbolt: Add support for host and device NVM firmware upgrade 2017-06-09 11:42:43 +02:00
sysfs-bus-umc
sysfs-bus-usb
sysfs-bus-usb-devices-usbsevseg
sysfs-bus-usb-lvstest
sysfs-bus-vfio-mdev docs: Sysfs ABI for mediated device framework 2016-11-17 09:18:43 -07:00
sysfs-c2port
sysfs-cfq-target-latency
sysfs-class
sysfs-class-backlight-driver-adp8870
sysfs-class-backlight-driver-lm3533
sysfs-class-bdi
sysfs-class-cxl cxl: Prevent adapter reset if an active context exists 2016-10-19 20:35:39 +11:00
sysfs-class-devfreq
sysfs-class-devfreq-event PM / devfreq: Simplify the sysfs name of devfreq-event device 2017-01-31 16:57:05 +09:00
sysfs-class-extcon
sysfs-class-fpga-bridge add sysfs document for fpga bridge class 2016-11-10 17:03:35 +01:00
sysfs-class-fpga-manager
sysfs-class-infiniband
sysfs-class-iommu
sysfs-class-iommu-amd-iommu
sysfs-class-iommu-intel-iommu
sysfs-class-lcd
sysfs-class-led leds: class: Add new optional brightness_hw_changed attribute 2017-01-29 19:59:42 +01:00
sysfs-class-led-driver-lm3533
sysfs-class-led-flash
sysfs-class-led-trigger-oneshot
sysfs-class-led-trigger-usbport usb: core: Introduce a USB port LED trigger 2016-09-27 12:20:17 +02:00
sysfs-class-leds-gt683r
sysfs-class-mei mei: show the HBM protocol versions in the device attributes 2016-10-31 04:00:09 -06:00
sysfs-class-mic.txt
sysfs-class-mtd Documentation: ABI: mtd: describe "offset" more precisely 2017-07-13 10:54:45 -07:00
sysfs-class-mux mux: minimal mux subsystem 2017-06-03 19:29:26 +09:00
sysfs-class-net net: sysfs: Document "phydev" symbolic link 2017-05-26 14:37:41 -04:00
sysfs-class-net-batman-adv
sysfs-class-net-cdc_ncm
sysfs-class-net-grcan
sysfs-class-net-janz-ican3
sysfs-class-net-mesh
sysfs-class-net-phydev net: phy: add XAUI and 10GBASE-KR PHY connection types 2017-06-06 21:14:13 -04:00
sysfs-class-net-qmi Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description 2017-03-25 20:03:35 -07:00
sysfs-class-net-queues
sysfs-class-net-statistics
sysfs-class-pktcdvd
sysfs-class-power
sysfs-class-power-twl4030 power: supply: twl4030-charger: remove nonstandard max_current sysfs attribute 2017-06-08 13:05:28 +02:00
sysfs-class-powercap
sysfs-class-pwm
sysfs-class-rc [media] rc: change wakeup_protocols to list all protocol variants 2017-01-30 12:15:12 -02:00
sysfs-class-rc-nuvoton
sysfs-class-regulator
sysfs-class-remoteproc remoteproc: Add a sysfs interface for firmware and state 2016-10-31 17:24:46 -07:00
sysfs-class-rtc-rtc0-device-rtc_calibration ABI: rtc-ab8500: fix rtc_calibration documentation 2016-10-30 21:05:47 +01:00
sysfs-class-scsi_host
sysfs-class-scsi_tape
sysfs-class-stm
sysfs-class-stm_source
sysfs-class-switchtec switchtec: Add sysfs attributes to the Switchtec driver 2017-04-12 12:23:37 -05:00
sysfs-class-typec usb: typec: Add a sysfs node to manage port type 2017-06-03 18:02:58 +09:00
sysfs-class-uwb_rc
sysfs-class-uwb_rc-wusbhc
sysfs-class-watchdog
sysfs-class-zram
sysfs-dev
sysfs-devices
sysfs-devices-edac EDAC: Expose per-DIMM error counts in sysfs 2017-01-19 10:29:40 +01:00
sysfs-devices-firmware_node
sysfs-devices-lpss_ltr
sysfs-devices-memory
sysfs-devices-mmc
sysfs-devices-online
sysfs-devices-platform-_UDC_-gadget
sysfs-devices-platform-docg3
sysfs-devices-platform-sh_mobile_lcdc_fb
sysfs-devices-power
sysfs-devices-power_resources_D0
sysfs-devices-power_resources_D1
sysfs-devices-power_resources_D2
sysfs-devices-power_resources_D3hot
sysfs-devices-power_resources_wakeup
sysfs-devices-power_state
sysfs-devices-real_power_state
sysfs-devices-resource_in_use
sysfs-devices-soc
sysfs-devices-sun
sysfs-devices-system-cpu Documentation/ABI: add information about cpu_capacity 2017-04-08 18:26:14 +02:00
sysfs-devices-system-ibm-rtl Documentation/ABI: ibm_rtl: The "What:" fields are incomplete 2016-11-01 09:27:33 -07:00
sysfs-devices-system-xen_cpu
sysfs-driver-genwqe
sysfs-driver-hid
sysfs-driver-hid-corsair
sysfs-driver-hid-lenovo
sysfs-driver-hid-logitech-lg4ff HID: hid-logitech: Documentation updates/corrections 2016-09-26 15:39:56 +02:00
sysfs-driver-hid-multitouch
sysfs-driver-hid-picolcd
sysfs-driver-hid-prodikeys
sysfs-driver-hid-roccat-kone
sysfs-driver-hid-srws1
sysfs-driver-hid-wiimote
sysfs-driver-input-axp-pek
sysfs-driver-intel-rapid-start
sysfs-driver-pciback
sysfs-driver-ppi
sysfs-driver-samsung-laptop
sysfs-driver-st
sysfs-driver-tegra-fuse
sysfs-driver-toshiba_acpi
sysfs-driver-toshiba_haps
sysfs-driver-wacom
sysfs-driver-xen-blkback
sysfs-driver-xen-blkfront
sysfs-firmware-acpi ACPI / scan: Drop support for force_remove 2017-04-13 03:51:47 +02:00
sysfs-firmware-dmi-entries
sysfs-firmware-dmi-tables
sysfs-firmware-efi
sysfs-firmware-efi-esrt
sysfs-firmware-efi-runtime-map
sysfs-firmware-gsmi
sysfs-firmware-log
sysfs-firmware-memmap
sysfs-firmware-ofw of: document /sys/firmware/fdt 2017-06-30 09:16:51 -05:00
sysfs-firmware-qemu_fw_cfg
sysfs-firmware-sfi
sysfs-firmware-sgi_uv
sysfs-fs-ext4
sysfs-fs-f2fs f2fs: introduce reserved_blocks in sysfs 2017-07-07 10:34:41 -07:00
sysfs-fs-nilfs2
sysfs-fs-xfs
sysfs-hypervisor-xen xen: add sysfs node for hypervisor build id 2017-06-15 08:50:37 +02:00
sysfs-ibft
sysfs-kernel-boot_params
sysfs-kernel-fscaps
sysfs-kernel-iommu_groups iommu: Implement reserved_regions iommu-group sysfs file 2017-01-23 11:48:16 +00:00
sysfs-kernel-irq
sysfs-kernel-livepatch livepatch: change to a per-task consistency model 2017-03-08 09:36:21 +01:00
sysfs-kernel-mm
sysfs-kernel-mm-hugepages
sysfs-kernel-mm-ksm
sysfs-kernel-slab docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
sysfs-kernel-uids
sysfs-kernel-vmcoreinfo
sysfs-memory-page-offline
sysfs-module
sysfs-ocfs2
sysfs-platform-asus-laptop
sysfs-platform-asus-wmi
sysfs-platform-at91
sysfs-platform-brcmstb-gisb-arb
sysfs-platform-chipidea-usb2 usb: chipidea: core: add sysfs group 2017-04-14 09:26:37 +08:00
sysfs-platform-chipidea-usb-otg
sysfs-platform-dell-laptop
sysfs-platform-eeepc-laptop
sysfs-platform-hidma dmaengine: qcom_hidma: Wrong domain name in the email address 2017-01-02 10:42:33 +05:30
sysfs-platform-hidma-mgmt dmaengine: qcom_hidma: Wrong domain name in the email address 2017-01-02 10:42:33 +05:30
sysfs-platform-i2c-demux-pinctrl
sysfs-platform-ideapad-laptop platform/x86: ideapad-laptop: Add sysfs interface for touchpad state 2017-05-15 12:06:09 +03:00
sysfs-platform-kim
sysfs-platform-msi-laptop
sysfs-platform-phy-rcar-gen3-usb2 phy: rcar-gen3-usb2: add sysfs for usb role swap 2016-11-18 18:19:15 +05:30
sysfs-platform-renesas_usb3 usb: gadget: udc: renesas_usb3: add support for usb role swap 2017-04-11 10:58:25 +03:00
sysfs-platform-sst-atom ASoC: Intel: Add ASoC Intel SST Atom sysfs description 2016-12-05 17:22:27 +00:00
sysfs-platform-tahvo-usb
sysfs-platform-ts5500
sysfs-platform-twl4030-usb
sysfs-platform-usbip-vudc
sysfs-power PM / sleep: System sleep state selection interface rework 2016-11-21 22:45:40 +01:00
sysfs-pps
sysfs-profiling
sysfs-ptp
sysfs-tty
sysfs-uevent doc: update kernel version in sysfs-uevent ABI doc 2017-05-27 11:51:36 +02:00
sysfs-wusb_cbaf