1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings
Linus Torvalds 8931084c0d MMC core:
- Let the dma map ops deal with bouncing and drop dma_max_pfn() from the
    dma-mapping interface for ARM
  - Convert the generic MMC DT doc to YAML schemas
  - Drop questionable support for powered-on re-init of SDIO cards at
    runtime resume and for SDIO HW reset
  - Prevent questionable re-init of powered-on removable SDIO cards at
    system resume
  - Cleanup and clarify some SDIO core code
 
 MMC host:
  - tmio: Make runtime PM enablement more flexible for variants
  - tmio/renesas_sdhi: Rename DT doc tmio_mmc.txt to renesas,sdhi.txt to clarify
  - sdhci-pci: Add support for Intel EHL
  - sdhci-pci-o2micro: Enable support for 8-bit bus
  - sdhci-msm: Prevent acquiring a mutex while holding a spin_lock
  - sdhci-of-esdhc: Improve clock management and tuning
  - sdhci_am654: Enable support for 4 and 8-bit bus on J721E
  - sdhci-sprd: Use pinctrl for a proper signal voltage switch
  - sdhci-sprd: Add support for HS400 enhanced strobe mode
  - sdhci-sprd: Enable PHY DLL and allow delay config to stabilize the clock
  - sdhci-sprd: Add support for optional gate clock
  - sunxi-mmc: Convert DT doc to YAML schemas
  - meson-gx: Add support for broken DRAM access for DMA
 
 MEMSTICK core:
  - Fixup error path of memstick_init()
 -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAl0l7iYXHHVsZi5oYW5z
 c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCnZnRAA0nBPUsFMl559lySNwO+WjBVo
 z58dw+J3jDTZ5gFGAUOrnYkZfGEweRwzWnfED6Dyh+e+SJiRnSZH8XRTJEAUeTgi
 9KWVr+VGpjZyctNJaMKTeJbPiu/50UVRLJeOGcdJWdMMC9ZlJjKKC2xgyVsInq7P
 wKE8T3k5afNxABgrKtOTKKONCPRNMVyHdMXzUNFLhlj/du9rR5K7f429RhpPU6GU
 7jQ7z9147mwRYm5frn1nx3IvrJUaGyiiSs1ln1PnOV9LsUfVP5NluvbYA6nS4e3V
 jU64Rvf+9RIHTt2z+ZWTjqrNb/2Ug4faPHc7D4Yl4PEsesR51+tWbpLWUX7Mmm6d
 2gbWFv3kzYvSU2G4ztMTrLcsQmd64W1GocXFPvh/UdfQf1200abenj17Gdl0h3Ze
 +NouYXwMw+n1wHNciotpaR8OMHGV6zo0dvDczpc3r73wzxoeNGdiuVlppFcIGvdA
 950oPiqNrFtz2S1DZ9HLeISMajRts7B1nvsr9a/XXa8Us1M6whQDJbMDTynR4Fky
 j8Sw+9nCk0gupuNcfOrHN9TfOf6Tc5BtIvGqhVF6wmDRtRubfc9HReRheioU67EO
 PsWe+xpS/8pg/lJNzBm6i0isCmce+rNbZTtpil33yS4Tv85KhGw1XOZ6HLoPrOmN
 HYPJtDUvOMKlH6M1rJM=
 =vkWp
 -----END PGP SIGNATURE-----

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

Pull MMC updates from Ulf Hansson:
 "MMC core:
   - Let the dma map ops deal with bouncing and drop dma_max_pfn() from
     the dma-mapping interface for ARM
   - Convert the generic MMC DT doc to YAML schemas
   - Drop questionable support for powered-on re-init of SDIO cards at
     runtime resume and for SDIO HW reset
   - Prevent questionable re-init of powered-on removable SDIO cards at
     system resume
   - Cleanup and clarify some SDIO core code

  MMC host:
   - tmio: Make runtime PM enablement more flexible for variants
   - tmio/renesas_sdhi: Rename DT doc tmio_mmc.txt to renesas,sdhi.txt
     to clarify
   - sdhci-pci: Add support for Intel EHL
   - sdhci-pci-o2micro: Enable support for 8-bit bus
   - sdhci-msm: Prevent acquiring a mutex while holding a spin_lock
   - sdhci-of-esdhc: Improve clock management and tuning
   - sdhci_am654: Enable support for 4 and 8-bit bus on J721E
   - sdhci-sprd: Use pinctrl for a proper signal voltage switch
   - sdhci-sprd: Add support for HS400 enhanced strobe mode
   - sdhci-sprd: Enable PHY DLL and allow delay config to stabilize the
     clock
   - sdhci-sprd: Add support for optional gate clock
   - sunxi-mmc: Convert DT doc to YAML schemas
   - meson-gx: Add support for broken DRAM access for DMA

  MEMSTICK core:
   - Fixup error path of memstick_init()"

* tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (52 commits)
  mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654
  mmc: alcor: remove a redundant greater or equal to zero comparison
  mmc: sdhci-msm: fix mutex while in spinlock
  mmc: sdhci_am654: Make some symbols static
  dma-mapping: remove dma_max_pfn
  mmc: core: let the dma map ops handle bouncing
  dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txt
  mmc: sdhci-sprd: Add pin control support for voltage switch
  dt-bindings: mmc: sprd: Add pinctrl support
  mmc: sdhci-sprd: Add start_signal_voltage_switch ops
  mmc: sdhci-pci: Add support for Intel EHL
  mmc: tmio: Use dma_max_mapping_size() instead of a workaround
  mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()
  mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()
  mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resume
  mmc: sdio: Drop powered-on re-init at runtime resume and HW reset
  mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()
  mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()
  mmc: sdio: Turn sdio_run_irqs() into static
  mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS
  ...
2019-07-11 18:11:21 -07:00
..
arc
arm Char / Misc driver patches for 5.3-rc1 2019-07-11 15:34:05 -07:00
ata
auxdisplay
board
bus Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet" 2019-04-05 15:10:36 -07:00
c6x
clock dt: fix refs that were renamed to json with the same file name 2019-05-22 09:01:01 -05: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: imx-cpufreq-dt: Document opp-supported-hw usage 2019-05-20 12:48:12 +05:30
crypto dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices 2019-05-30 15:35:46 +08:00
csky
devfreq
display drm pull request for 5.2 2019-05-08 21:35:19 -07:00
dma ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
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 dt-bindings: extcon: Add support for fsa9480 switch 2019-06-22 21:32:56 +09:00
fieldbus dt-bindings: anybus-controller: document devicetree binding 2019-04-17 12:07:31 +02:00
firmware ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
fpga dt-bindings: fpga: Add bindings for ZynqMP fpga driver 2019-04-15 10:23:17 +02:00
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: davinci: Add k3 am654 compatible 2019-06-08 00:38:52 +02:00
gpu ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
h8300
hsi
hwlock
hwmon ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
i2c dt-bindings: i2c: riic: document r7s9210 support 2019-05-03 16:53:31 +02:00
i3c dt-bindings: i3c: cdns: Use correct cells for I2C device 2019-07-04 11:58:31 +02:00
iio iio: frequency: adf4371: Add support for output stage mute 2019-06-26 21:24:21 +01:00
infiniband
input - Core Frameworks 2019-05-14 10:39:08 -07:00
interconnect dt-bindings: interconnect: Add a dma interconnect name 2019-04-10 16:33:47 -05:00
interrupt-controller dt-bindings: interrupt-controller: Add Amazon's Annapurna Labs FIC 2019-07-03 09:18:34 +01:00
iommu
ipmi
leds LED updates for 5.3-rc1 2019-07-09 08:59:39 -07:00
lpddr2
mailbox dt-bindings: mailbox: Document armada-3700-rwtm-mailbox binding 2019-05-09 00:41:00 -05:00
media sound updates for 5.3 2019-07-09 09:59:43 -07:00
memory-controllers dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC 2019-06-21 16:08:19 +02:00
mfd spi: Updates for v5.3 2019-07-09 09:17:59 -07:00
mips MIPS: lantiq: Remove separate GPHY Firmware loader 2019-02-25 14:17:10 -08:00
misc dt-bindings: xilinx-sdfec: Add SDFEC binding 2019-06-21 16:07:11 +02:00
mmc dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txt 2019-07-10 13:17:30 +02:00
mtd dt: bindings: mtd: replace references to nand.txt with nand-controller.yaml 2019-05-22 09:08:20 -05:00
mux dt-bindings: add register based devices' mux controller DT bindings 2019-06-21 15:58:35 +02:00
nds32
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2019-07-11 10:55:49 -07:00
nios2
nvmem dt-bindings: imx-ocotp: Add i.MX8MM compatible 2019-06-26 20:58:20 +08:00
openrisc/opencores
opp
pci docs: fix broken documentation links 2019-06-08 13:42:13 -06:00
perf dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor 2019-06-13 10:38:02 +01:00
phy USB: more changes for v5.3 merge window 2019-07-03 13:48:54 +02:00
pinctrl - Core Frameworks 2019-05-14 10:39:08 -07:00
pmem
power ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
powerpc
pps dt-bindings: pps: pps-gpio PPS ECHO implementation 2019-05-14 19:52:51 -07:00
ptp dt-binding: ptp_qoriq: support DPAA2 PTP compatible 2019-06-15 13:43:06 -07:00
pwm dt-bindings: pwm: jz47xx: Remove unused compatible strings 2019-06-25 15:01:53 +02:00
regmap
regulator It's been a relatively busy cycle for docs: 2019-07-09 12:34:26 -07: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 dt-bindings: reset: Add HI3670 reset controller binding 2019-04-08 15:33:37 +01:00
riscv dt-bindings: riscv: resolve 'make dt_binding_check' warnings 2019-06-26 10:28:53 -07:00
rng dt-bindings: rng: Document BCM7211 RNG compatible string 2019-06-20 14:18:32 +08:00
rtc rtc: pcf85063: add Micro Crystal RV8263 support 2019-04-04 10:07:11 +02:00
scsi
security/tpm
serial tty/serial/8250: use mctrl_gpio helpers 2019-06-21 10:18:43 +02:00
serio
sifive dt-bindings: sifive: describe sifive-blocks versioning 2019-05-22 09:01:00 -05:00
siox
slimbus
soc ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
sound ASoC: meson: axg-tdm-formatter: add reset to the bindings documentation 2019-07-03 13:21:24 +01:00
spi dt-bindings: spi: stm32-qspi: add dma properties 2019-06-28 15:25:29 +01: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: rockchip-thermal: Support the PX30 SoC compatible 2019-05-14 07:00:39 -07:00
timer clocksource/drivers/sysctr: Add nxp system counter timer driver support 2019-06-25 19:49:18 +02:00
ufs ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
usb Revert "dt-bindings: add binding for USBSS-DRD controller." 2019-07-04 13:02:18 +02:00
virtio
w1
watchdog dt-bindings: watchdog: add i.MX system controller watchdog 2019-05-05 21:02:10 +02:00
x86
xillybus
.gitignore
ABI.txt
Makefile dt-bindings: Pass binding directory to validation tools 2019-05-22 09:01:01 -05:00
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
jailhouse.txt
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices 2019-05-30 15:35:46 +08:00
unittest.txt
vendor-prefixes.yaml media: dt-bindings: Fix vendor-prefixes YAML 2019-06-03 10:47:34 -04: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