linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds 00d59fde85 MMC core:
- Cleanup BKOPS support
  - Introduce MMC_CAP_SYNC_RUNTIME_PM
  - slot-gpio: Delete legacy slot GPIO handling
 
 MMC host:
  - alcor: Add new mmc host driver for Alcor Micro PCI based cardreader
  - bcm2835: Several improvements to better recover from errors
  - jz4740: Rework and fixup pre|post_req support
  - mediatek: Add support for SDIO IRQs
  - meson-gx: Improve clock phase management
  - meson-gx: Stop descriptor on errors
  - mmci: Complete the sbc error path by sending a stop command
  - renesas_sdhi/tmio: Fixup reset/resume operations
  - renesas_sdhi: Add support for r8a774c0 and R7S9210
  - renesas_sdhi: Whitelist R8A77990 SDHI
  - renesas_sdhi: Fixup eMMC HS400 compatibility issues for H3 and M3-W
  - rtsx_usb_sdmmc: Re-work card detection/removal support
  - rtsx_usb_sdmmc: Re-work runtime PM support
  - sdhci: Fix timeout loops for some variant drivers
  - sdhci: Improve support for error handling due to failing commands
  - sdhci-acpi/pci: Disable LED control for Intel BYT-based controllers
  - sdhci_am654: Add new SDHCI variant driver to support TI's AM654 SOCs
  - sdhci-of-esdhc: Add support for eMMC HS400 mode
  - sdhci-omap: Fixup reset support
  - sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures
  - sdhci-msm: Fixup sporadic write transfers issues for SDR104/HS200
  - sdhci-msm: Fixup dynamical clock gating issues
  - various: Complete converting all hosts into using slot GPIO descriptors
 
 Other:
  - Move GPIO mmc platform data for mips/sh/arm to GPIO descriptors
  - Add new Alcor Micro cardreader PCI driver
  - Support runtime power management for memstick rtsx_usb_ms driver
  - Use USB remote wakeups for card detection for rtsx_usb misc driver
 -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAlwk3CcXHHVsZi5oYW5z
 c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCn3ug/+Kra3JxvVcD9I6NZV5CEBWRdw
 nlNN/hexyzpf+zJ6Gb/YS1PSNVQl3a/gND+7mQRHQxJobhkSzaJ3vkZqRMo2HN8p
 D1Gh1j2qBfX2uKj87Svy8nygIulbDbeiBYWrNV070JQaOki9osWTv2JRGl2zufc8
 zonoW1Aou9K6AkrFoFKiaiIZFG9+h5imGSdZTTZ17iOMvs/3DzhjV8UgIvye0Tzm
 Pic/4m6C7YeU7cj+aWyJFRgVuR3AG041d1likIuufxKwwhMSPf16L/xK1q8P8CCQ
 ErScSODqo0hGPmRLNQ7lBN+3A3NLBWOw2Ph5OabfNIPWz1kr6s2ixN9pxkPT7usE
 YMnVQ0YA0fJ13SbtdZ/mjr2A2zMkHN+4PNQC6DRDiDt4WWdNC/1aedOk0CKxRPME
 ppw8MnbSl3lranNoz+opU10spSXZ2m5sGI3t7gD032PJfM3dOcJgLNTpcES5NdTR
 jxqD/RYrtlg4IwZoLZgNt6BPIHBIo+D7JobqcLbELC3MKSSrO9nTKGHF2HxF6Nes
 YvCzKrUAsuxKSVAuNSq/f0ZP0Uk2Nic6iN7Kt2tmkpiMZ2CmynXNtyk/Ff1b1FF/
 urqOSjKYvq2bvyej5fVMGg6cieEsPZr3CiHYNWq3vwpDK87HsraO3op/qj3ud0Y0
 nAPkQbeHfKKhwPGtSQU=
 =mB5P
 -----END PGP SIGNATURE-----

Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC updates from Ulf Hansson:
 "This time, this pull request contains changes crossing subsystems and
  archs/platforms, which is mainly because of a bigger modernization of
  moving from legacy GPIO to GPIO descriptors for MMC (by Linus
  Walleij).

  Additionally, once again, I am funneling changes to
  drivers/misc/cardreader/* and drivers/memstick/* through my MMC tree,
  mostly due to that we lack a maintainer for these.

  Summary:

  MMC core:
   - Cleanup BKOPS support
   - Introduce MMC_CAP_SYNC_RUNTIME_PM
   - slot-gpio: Delete legacy slot GPIO handling

  MMC host:
   - alcor: Add new mmc host driver for Alcor Micro PCI based cardreader
   - bcm2835: Several improvements to better recover from errors
   - jz4740: Rework and fixup pre|post_req support
   - mediatek: Add support for SDIO IRQs
   - meson-gx: Improve clock phase management
   - meson-gx: Stop descriptor on errors
   - mmci: Complete the sbc error path by sending a stop command
   - renesas_sdhi/tmio: Fixup reset/resume operations
   - renesas_sdhi: Add support for r8a774c0 and R7S9210
   - renesas_sdhi: Whitelist R8A77990 SDHI
   - renesas_sdhi: Fixup eMMC HS400 compatibility issues for H3 and M3-W
   - rtsx_usb_sdmmc: Re-work card detection/removal support
   - rtsx_usb_sdmmc: Re-work runtime PM support
   - sdhci: Fix timeout loops for some variant drivers
   - sdhci: Improve support for error handling due to failing commands
   - sdhci-acpi/pci: Disable LED control for Intel BYT-based controllers
   - sdhci_am654: Add new SDHCI variant driver to support TI's AM654 SOCs
   - sdhci-of-esdhc: Add support for eMMC HS400 mode
   - sdhci-omap: Fixup reset support
   - sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures
   - sdhci-msm: Fixup sporadic write transfers issues for SDR104/HS200
   - sdhci-msm: Fixup dynamical clock gating issues
   - various: Complete converting all hosts into using slot GPIO descriptors

  Other:
   - Move GPIO mmc platform data for mips/sh/arm to GPIO descriptors
   - Add new Alcor Micro cardreader PCI driver
   - Support runtime power management for memstick rtsx_usb_ms driver
   - Use USB remote wakeups for card detection for rtsx_usb misc driver"

* tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (99 commits)
  mmc: mediatek: Add MMC_CAP_SDIO_IRQ support
  mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
  dt-bindings: mmc: renesas_sdhi: Add r8a774c0 support
  mmc: core: Cleanup BKOPS support
  mmc: core: Drop redundant check in mmc_send_hpi_cmd()
  mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)
  dt-bindings: sdhci-omap: Add note for cpu_thermal
  mmc: sdhci-acpi: Disable LED control for Intel BYT-based controllers
  mmc: sdhci-pci: Disable LED control for Intel BYT-based controllers
  mmc: sdhci: Add quirk to disable LED control
  mmc: mmci: add variant property to set command stop bit
  misc: alcor_pci: fix spelling mistake "invailid" -> "invalid"
  mmc: meson-gx: add signal resampling
  mmc: meson-gx: align default phase on soc vendor tree
  mmc: meson-gx: remove useless lock
  mmc: meson-gx: make sure the descriptor is stopped on errors
  mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver
  dt-bindings: mmc: sdhci-of-arasan: Add deprecated message for AM65
  dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's AM654 SOCs
  mmc: sdhci-msm: avoid unused function warning
  ...
2018-12-28 16:52:18 -08:00
..
arc
arm This round is dominated by NXP's i.MX clk drivers. We gained support for two or 2018-12-25 14:57:37 -08:00
ata dt-bindings: ata: Document BCM63138 compatible string 2018-10-01 16:39:07 -06:00
auxdisplay
board dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
bus dt-bindings: bus: add H6 DE3 bus binding 2018-11-05 10:20:28 +01:00
c6x
clock powerpc updates for 4.21 2018-12-27 10:43:24 -08:00
connector dt-bindings: connector: Add support for USB-PD PPS APDOs to bindings 2018-09-20 12:56:02 +02:00
cpufreq dt-bindings: cpufreq: Introduce QCOM cpufreq firmware bindings 2018-12-18 23:42:52 +01:00
crypto dt-bindings: crypto: ccree: add dt bindings for ccree 703 2018-12-07 14:14:59 +08:00
csky dt-bindings: csky CPU Bindings 2018-10-26 00:54:27 +08:00
devfreq dt-bindings: devfreq: rk3399_dmc: move interrupts to be optional. 2018-07-18 13:58:37 +09:00
display dt-bindings: msm/dsi: Add ref clock for PHYs 2018-12-11 13:07:11 -05:00
dma Merge branch 'topic/renesas' into for-linus 2018-10-24 09:16:22 +01:00
edac
eeprom dt-bindings: at24: Add address-width property 2018-07-25 09:17:24 +02:00
extcon dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
firmware arm64: zynqmp: SoC CLK changes for v4.20 2018-10-10 13:47:06 +02:00
fpga dt-bindings: fpga: fix freeze controller compatible in region doc 2018-09-26 18:02:41 -05:00
fsi dt-bindings: fsi: Add optional chip-id to CFAMs 2018-07-23 16:27:32 +10:00
fuse
gnss dt-bindings: gnss: add sirfstar binding 2018-06-28 20:32:51 +09:00
goldfish
gpio dt-bindings: Document the Synopsys GPIO via CREG bindings 2018-10-10 09:19:14 +02:00
gpu docs: Fix more broken references 2018-06-15 18:11:26 -03:00
h8300
hsi dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
hwlock
hwmon dt-bindings: hwmon: Add ina3221 documentation 2018-10-10 20:37:13 -07:00
i2c dt-bindings: i2c: omap: Add new compatible for AM654 SoCs 2018-11-09 17:25:21 +01:00
i3c dt-binding: i3c: Document Synopsys DesignWare I3C 2018-12-05 17:22:58 +01:00
iio dt-bindings: iio: light: bh1750: Add device tree binding documentation 2018-09-29 12:25:31 +01:00
infiniband dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2018-12-04 08:47:04 -08:00
interrupt-controller dt-bindings: interrupt-controller: stm32: Document hwlock properties 2018-12-18 15:38:11 +00:00
iommu ARM: SoC device tree updates for 4.20 2018-10-29 15:05:20 -07:00
ipmi
leds dt-bindings: leds: document Panasonic AN30259A bindings 2018-09-10 21:31:03 +02:00
lpddr2
mailbox mailbox: qcom: Add QCS404 APPS Global compatible 2018-09-29 12:42:39 +05:30
media media: dt-bindings: media: Add Aspeed Video Engine binding documentation 2018-12-12 11:47:04 -05:00
memory-controllers dt: bindings: Document ZynqMP DDRC in Synopsys documentation 2018-11-05 13:39:20 +01:00
mfd dt-bindings: mfd: axp20x: Add software based soft_start for AXP209 LDO3 2018-12-13 16:39:56 +00:00
mips dt-bindings: net: ocelot: remove hsio from the list of register address spaces 2018-10-05 14:36:43 -07:00
misc net: documentation: build a directory structure for drivers 2018-12-05 11:30:06 -08:00
mmc dt-bindings: mmc: renesas_sdhi: Add r8a774c0 support 2018-12-17 09:01:53 +01:00
mtd spi: Updates for v4.21 2018-12-25 14:43:54 -08:00
mux dt-bindings: mux: add adi,adgs1408 2018-08-02 10:23:01 +02:00
nds32
net wireless-drivers-next patches for 4.21 2018-12-20 16:47:10 -08:00
nios2
nvmem nvmem: sunxi-sid: add support for H5's SID controller 2018-09-29 15:56:47 +02:00
openrisc/opencores
opp
pci Merge branch 'remotes/lorenzo/pci/keystone' 2018-10-20 11:45:51 -05:00
perf
phy dt-bindings: phy-qcom-qmp: Fix several mistakes from prior commits 2018-11-12 16:19:06 +05:30
pinctrl dt-bindings: pinctrl: bcm4708-pinmux: improve example binding 2018-10-16 09:43:34 +02:00
pmem
power ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
powerpc dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
pps
ptp dt-binding: ptp_qoriq: add DPAA FMan support 2018-06-26 22:15:14 +09:00
pwm dt-bindings: pwm: rcar: Add r8a774c0 support 2018-12-24 12:06:56 +01:00
regmap
regulator regulator: dt-bindings: add MCP16502 regulator bindings 2018-12-13 12:16:38 +00:00
remoteproc dt-binding: remoteproc: Add QTI ADSP PIL bindings 2018-10-05 23:43:13 -07:00
reserved-memory treewide: correct "differenciate" and "instanciate" typos 2018-08-23 18:48:43 -07:00
reset ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
riscv
rng dt-bindings: crypto: Move prng binding to crypto 2018-07-27 19:04:31 +08:00
rtc RTC for 4.19 2018-08-20 16:30:27 -07:00
scsi
security/tpm dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
serial serial: sh-sci: Add r8a77990 support 2018-10-11 19:59:29 +02:00
serio
siox
slimbus slimbus: ngd: dt-bindings: Add slim ngd dt bindings 2018-07-07 17:24:32 +02:00
soc ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
sound ASoC: q6asm-dai: dt-bindings: Add support to compress dais 2018-12-14 12:43:49 +00:00
spi Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-next 2018-12-20 16:01:30 +00:00
spmi
sram dt-bindings: sunxi-sram: add binding for Allwinner H6 SRAM C 2018-09-12 22:40:26 +08:00
staging/iio/adc dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
thermal Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal 2018-10-26 12:04:29 -07:00
timer dt-bindings: timer: Document RDA8810PL SoC timer 2018-12-19 11:21:50 +01:00
ufs scsi: dt-bindings: ufs: Add bindings for Cadence UFS 2018-11-09 07:53:00 -05:00
usb ARM: SoC device tree updates for 4.20 2018-10-29 15:05:20 -07:00
virtio
w1 dt-bindings: w1: document generic onewire bindings 2018-07-11 18:08:32 +02:00
watchdog linux-watchdog 4.20-rc1 tag 2018-10-27 10:25:22 -07:00
x86
xillybus dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ABI.txt
chosen.txt
common-properties.txt
graph.txt
jailhouse.txt
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.txt Staging/IIO patches for 4.20-rc1 2018-10-29 10:38:10 -07:00
unittest.txt
vendor-prefixes.txt Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-12-27 13:04:52 -08:00
xilinx.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00