linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds 4dbf09fea6 This pull request contains the following changes for MTD:
MTD core changes:
 - New AFS partition parser
 - Update MAINTAINERS entry
 - Use of fall-throughs markers
 
 NAND core changes:
 - Support having the bad block markers in either the first, second or
   last page of a block. The combination of all three location is now
   possible.
 - Constification of NAND_OP_PARSER(_PATTERN) elements.
 - Generic NAND DT bindings changed to yaml format (can be used to
   check the proposed bindings. First platform to be fully supported:
   sunxi.
 - Stopped using several legacy hooks.
 - Preparation to use the generic NAND layer with the addition of
   several helpers and the removal of the struct nand_chip from generic
   functions.
 - Kconfig cleanup to prepare the introduction of external ECC engines
   support.
 - Fallthrough comments.
 - Introduction of the SPI-mem dirmap API for SPI-NAND devices.
 
 Raw NAND controller drivers changes:
 - nandsim:
   * Switch to ->exec-op().
 - meson:
   * Misc cleanups and fixes.
   * New OOB layout.
 - Sunxi:
   * A23/A33 NAND DMA support.
 - Ingenic:
   * Full reorganization and cleanup.
   * Clear separation between NAND controller and ECC engine.
   * Support JZ4740 an JZ4725B.
 - Denali:
   * Clear controller/chip separation.
   * ->exec_op() migration.
   * Various cleanups.
 - fsl_elbc:
   * Enable software ECC support.
 - Atmel:
   * Sam9x60 support.
 - GPMI:
   * Introduce the GPMI_IS_MXS() macro.
 - Various trivial/spelling/coding style fixes.
 
 SPI NOR core changes:
 - Print all JEDEC ID bytes on error
 - Fix comment of spi_nor_find_best_erase_type()
 - Add region locking flags for s25fl512s
 
 SPI NOR controller drivers changes:
 - intel-spi:
   * Avoid crossing 4K address boundary on read/write
   * Add support for Intel Comet Lake SPI serial flash
 -----BEGIN PGP SIGNATURE-----
 
 iQJKBAABCAA0FiEEdgfidid8lnn52cLTZvlZhesYu8EFAlzYiU4WHHJpY2hhcmRA
 c2lnbWEtc3Rhci5hdAAKCRBm+VmF6xi7wX1HEACay8s/mUEWcLO3JKWy6KiC3756
 1CGB3p5b621kKP6ooPWvV7UAv1Q2IKkLIwKaLE5W5FuKW9bVnN6H/yejVT8vYPK9
 /5AbcqbdNKfrnYBnfv3SHH8jSYo6HjwwNsF7OcR/yiXvk/JUFX+VJQdR01HEzz+Z
 TWzkm4n5+vat5pJSGBs7JwRBlatuiCHul7Lz2dZYkF/ZdGIQgL5ftOr1goLsr88+
 Hxn7Wmp3eBVZbQMf83BD7wf/Nv+oycToKBqklMZqMBEgK5mT6WDkT65HG4XMfzMz
 0CcPReMHlTZVqJHHZFgTSXVPJJHu8Nl4qmJIAaf1hnmvx7yFW6LD0C1zKpu6uwRm
 +qVpe/fTDArLCEwLouLND6Y9MC7kkERkDE3jwcwSQ/PZcE3kdHKwIhmJ/19utI8k
 zk9pWGAWvtuoY1b+dNFxT4YcUxrHOWSxYcUZHcZvQHQr7Bvxskg92P1fOU0wlgC/
 tXRtXUNCB5YsUU5x8Ph6+786dsCMcwCDoQQzwegecrbc6sK7n3KSYAcoNfv5ATwI
 C+Myoawul/XsxQvUyYbDIr8T4Yyda1BLs92XHxg1Di3kTC2m0OZL8sWJboQ7I/CI
 GkiJm5hFvzwniE+yrqE4n4jnCkoP5Y4kRtX70VDK3pIVDZFPs93lgYaYTFcfp93G
 scfn1MoI/bE7jDzpbA==
 =HXap
 -----END PGP SIGNATURE-----

Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull MTD updates from Richard Weinberger:
 "MTD core changes:
   - New AFS partition parser
   - Update MAINTAINERS entry
   - Use of fall-throughs markers

  NAND core changes:
   - Support having the bad block markers in either the first, second or
     last page of a block. The combination of all three location is now
     possible.
   - Constification of NAND_OP_PARSER(_PATTERN) elements.
   - Generic NAND DT bindings changed to yaml format (can be used to
     check the proposed bindings. First platform to be fully supported:
     sunxi.
   - Stopped using several legacy hooks.
   - Preparation to use the generic NAND layer with the addition of
     several helpers and the removal of the struct nand_chip from
     generic functions.
   - Kconfig cleanup to prepare the introduction of external ECC engines
     support.
   - Fallthrough comments.
   - Introduction of the SPI-mem dirmap API for SPI-NAND devices.

  Raw NAND controller drivers changes:
   - nandsim:
      - Switch to ->exec-op().
   - meson:
      - Misc cleanups and fixes.
      - New OOB layout.
   - Sunxi:
      - A23/A33 NAND DMA support.
   - Ingenic:
      - Full reorganization and cleanup.
      - Clear separation between NAND controller and ECC engine.
      - Support JZ4740 an JZ4725B.
   - Denali:
      - Clear controller/chip separation.
      - ->exec_op() migration.
      - Various cleanups.
   - fsl_elbc:
      - Enable software ECC support.
   - Atmel:
      - Sam9x60 support.
   - GPMI:
      - Introduce the GPMI_IS_MXS() macro.
   - Various trivial/spelling/coding style fixes.

  SPI NOR core changes:
   - Print all JEDEC ID bytes on error
   - Fix comment of spi_nor_find_best_erase_type()
   - Add region locking flags for s25fl512s

  SPI NOR controller drivers changes:
   - intel-spi:
      - Avoid crossing 4K address boundary on read/write
      - Add support for Intel Comet Lake SPI serial flash"

* tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (120 commits)
  mtd: part: fix incorrect format specifier for an unsigned long long
  mtd: lpddr_cmds: Mark expected switch fall-through
  mtd: phram: Mark expected switch fall-throughs
  mtd: cfi_cmdset_0002: Mark expected switch fall-throughs
  mtd: cfi_util: mark expected switch fall-throughs
  MAINTAINERS: MTD Git repository is hosted on kernel.org
  MAINTAINERS: Update jffs2 entry
  mtd: afs: add v2 partition parsing
  mtd: afs: factor the IIS read into partition parser
  mtd: afs: factor footer parsing into the v1 part parsing
  mtd: factor out v1 partition parsing
  mtd: afs: simplify partition detection
  mtd: afs: simplify partition parsing
  mtd: partitions: Add OF support to AFS partitions
  mtd: partitions: Add AFS partitions DT bindings
  mtd: afs: Move AFS partition parser to parsers subdir
  mtd: maps: Make uclinux_ram_map static
  mtd: maps: Allow MTD_PHYSMAP with MTD_RAM
  MAINTAINERS: Add myself as MTD maintainer
  MAINTAINERS: Remove my name from the MTD and NAND entries
  ...
2019-05-12 17:57:52 -04:00
..
arc
arm We have a couple new features and changes in the core clk framework this time 2019-05-09 14:50:09 -07:00
ata
auxdisplay
board
bus dt-bindings: bus: imx-weim: document multiple address ranges per child node 2019-01-11 15:16:28 +08:00
c6x
clock Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and 'clk-spdx' into clk-next 2019-05-07 11:45:29 -07:00
connector dt-bindings: connector: Spelling mistake 2019-04-10 16:33:48 -05:00
counter dt-bindings: counter: ftm-quaddec 2019-04-25 21:33:41 +02:00
cpufreq dt-bindings: cpufreq: tegra124: remove cpu_lp clock from required properties 2019-02-06 14:27:52 +01:00
crypto dt-bindings: crypto: document Exynos5433 SlimSSS 2019-02-28 14:37:35 +08:00
csky
devfreq
display drm pull request for 5.2 2019-05-08 21:35:19 -07:00
dma Documentation: DT: Add compatibility binding for Tegra186 2019-05-04 16:13:41 +05:30
edac Documentation: dt: edac: Add Stratix10 Peripheral bindings 2019-04-10 21:01:54 +02:00
eeprom dt-bindings: at24: add Renesas R1EX24016 2019-03-21 09:57:48 +01:00
extcon extcon: Add support for ptn5150 extcon driver 2019-02-11 17:21:38 +09:00
fieldbus dt-bindings: anybus-controller: document devicetree binding 2019-04-17 12:07:31 +02:00
firmware dt-bindings: firmware: tegra186-bpmp: Remove name property 2019-01-25 15:51:16 +01:00
fpga
fsi
fuse
gnss dt-bindings: gnss: add u-blox,neo-6m compatible 2019-04-04 12:43:13 +02:00
goldfish
gpio dt-bindings: gpio: pca953x: document the nxp,pca6416 2019-04-11 15:34:24 +02:00
gpu drm-misc-next for 5.2: 2019-04-12 14:27:45 +10:00
h8300
hsi
hwlock
hwmon dt-bindings: hwmon: Add tmp75b to lm75.txt 2019-05-03 13:13:15 -07:00
i2c dt-bindings: i2c: riic: document r7s9210 support 2019-05-03 16:53:31 +02:00
i3c
iio dt-bindings: counter: Adjust dt-bindings for STM32 lptimer move 2019-04-25 21:33:41 +02:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2019-03-11 10:57:11 -07:00
interconnect dt-bindings: interconnect: Add a dma interconnect name 2019-04-10 16:33:47 -05:00
interrupt-controller dt-bindings: Require child nodes type to be 'object' 2019-04-10 09:03:03 -05:00
iommu dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc 2019-01-16 13:54:09 +01:00
ipmi
leds dt: lm3532: Add lm3532 dt doc and update ti_lmu doc 2019-04-07 20:45:48 +02:00
lpddr2
mailbox dt-bindings: mailbox: Document armada-3700-rwtm-mailbox binding 2019-05-09 00:41:00 -05:00
media media: dt-bindings: aspeed-video: Add missing memory-region property 2019-04-30 13:53:12 -04:00
memory-controllers dt-bindings: memory: atmel-ebi: add sam9x60 compatible 2019-03-21 16:45:01 +01:00
mfd Devicetree for 5.2: 2019-05-07 21:55:37 -07:00
mips MIPS: lantiq: Remove separate GPHY Firmware loader 2019-02-25 14:17:10 -08:00
misc dt-bindings: misc: aspeed-p2a-ctrl: add support 2019-04-25 19:33:33 +02:00
mmc dt-bindings: mmc: add DT bindings for ls1028a eSDHC host controller 2019-05-06 12:33:03 +02:00
mtd mtd: partitions: Add AFS partitions DT bindings 2019-05-06 21:48:46 +02:00
mux
nds32
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-05-07 17:22:09 -07:00
nios2
nvmem dt-bindings: imx-ocotp: Add i.MX8MQ compatible 2019-04-25 22:23:06 +02:00
openrisc/opencores
opp dt-bindings: opp: Introduce opp-level bindings 2019-01-22 15:06:11 -06:00
pci Merge branch 'remotes/lorenzo/pci/endpoint' 2019-03-06 15:30:21 -06:00
perf
phy dt-bindings: phy-qcom-qmp: Tweak qcom,msm8998-qmp-ufs-phy 2019-04-22 17:14:39 +05:30
pinctrl Pin control changes for v5.2: 2019-05-08 10:23:54 -07:00
pmem
power power supply and reset changes for the v5.1 series 2019-03-08 09:24:00 -08:00
powerpc
pps
ptp dt-binding: ptp_qoriq: add little-endian support 2019-02-12 12:58:48 -05:00
pwm dt-bindings: pwm: Update bindings for the Meson G12A Family 2019-05-09 17:29:30 +02:00
regmap
regulator dt-bindings: regulator: Add stm32mp1 pwr regulators 2019-04-15 10:58:05 +01:00
remoteproc dt-binding: remoteproc: Remove lpass_aon clock from adsp pil clock list 2019-02-17 23:01:31 -08:00
reserved-memory
reset Reset controller changes for v5.1 2019-02-15 17:21:32 +01:00
riscv
rng
rtc rtc: pcf85063: add Micro Crystal RV8263 support 2019-04-04 10:07:11 +02:00
scsi
security/tpm
serial dt-bindings: serial: add documentation for the SiFive UART driver 2019-04-29 16:30:59 +02:00
serio Revert "Input: olpc_apsp - enable the SP clock" 2019-01-24 10:54:42 -08:00
siox
slimbus
soc This pull request contains Broadcom ARM/ARM64/MIPS based SoCs changes 2019-02-15 18:01:17 +01:00
sound ASoC: fsl_audmix: remove "model" attribute from DT document 2019-05-02 10:46:15 +09:00
spi dt-bindings: spi: spi-mt65xx: add support for MT8516 2019-05-02 10:37:54 +09:00
spmi
sram ARM: New SoC family support 2019-03-06 10:15:42 -08:00
staging/iio/adc dt-bindings: iio: adc: move lpc32xx-adc out of staging 2019-02-09 18:46:03 +00:00
thermal dt-bindings: thermal: add binding document for mt8183 thermal controller 2019-02-05 17:01:47 -08:00
timer dt-bindings: Require child nodes type to be 'object' 2019-04-10 09:03:03 -05:00
ufs SCSI misc on 20190507 2019-05-08 10:12:46 -07:00
usb USB: changes for v5.2 merge window 2019-05-03 18:05:27 +02:00
virtio
w1
watchdog linux-watchdog 5.1-rc1 tag 2019-03-11 11:22:15 -07:00
x86
xillybus
.gitignore
ABI.txt
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
jailhouse.txt
Makefile Kbuild updates for v5.1 2019-03-10 17:48:21 -07:00
numa.txt
property-units.txt devicetree: property-units: Add femtofarads unit 2019-01-22 18:55:33 +01:00
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: Add isl68137 as a trivial device 2019-04-29 19:42:15 -05:00
unittest.txt
vendor-prefixes.txt drm pull request for 5.2 2019-05-08 21:35:19 -07:00
writing-bindings.txt dt-bindings: Add a guide of do's and don't's for writing bindings 2019-04-10 09:03:02 -05:00
xilinx.txt