linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds e531cdf50a MMC core:
- Fix ABI regression of MMC BLK ioctl
  - Remove the unused MMC_DATA_STREAM flag
  - Enable asynchronous system PM for the host device
  - Minor fixes and clean-ups
 
 SDHCI host:
 Throughout the years, the numbers of SDHCI variants have increased and so
 has also the numbers of SDHCI callbacks/quirks. The purpose of these
 callbacks/quirks were to enable SDHCI to deal with variant specific
 requirements, but unfortunate this method didn't scale. Instead we have
 ended up with a mess. Not only did the code become suboptimal but also
 highly fragile.
 
 Lately many discussions of how to move forward with SDHCI has taken place
 at the MMC mailing list. Step by step, we aim to turn SDHCI's common code
 into a set of library functions. This will enable for optimizations and
 allow some of the existing callbacks/quirks to be removed, which also
 should help to make the code less fragile.
 
 Therefore I am also really pleased to announce that Adrian Hunter (Intel)
 has volunteered to step in as the maintainer for SDHCI.
 
 Future wise, I hope the community around SDHCI will continue to grow and
 that this release cycle can be the starting point of moving SDHCI into a
 better shape. As a matter of fact, already in this cycle the re-factoring
 has begun, but of course there are also fixes and new features included.
 Some highlights:
 
  - sdhci-iproc: Add support for Broadcom's BCM2835 eMMC IP
  - sdhci-acpi: Add support for QCOM controllers
  - sdhci-pic32: Add new SDHCI variant for PIC32MZDA
 
 Other hosts:
  - atmel-mci: Fix a NULL pointer dereference
  - mediatek: Add SD write-protect support
  - mmc_spi: Fix card detect in GPIO case
  - tmio/sdhi: Add r8a7795 support
  - tmio/sdhi: Some fixes and clean-ups
  - dw_mmc: Add HW reset support
  - dw_mmc: Some fixes and clean-ups
  - sunxi: Add support for MMC DDR52 mode
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJW7+1kAAoJEP4mhCVzWIwpFREP+wcm8CLPoIz0VamZ8wocU5/S
 NK+EINCrVF4AbvcTj78A/FE099P5e3kXW84cZP5fCGSk7MvTizlIP0kDT73XkYbf
 FV1xQYAq5E9PtWfswyLqEiYcHVFzwhxwHRy8pXnJ7bummM8OvZYSnao4kdxzW3Mr
 j2lELoUVYma5hnoXBMrq04kjwPukdrFXYMz4BulE0aoCrfp2+CoKcDbykh97zWbu
 B7ta2NG5EuszXepgsAPSGbFDuFXJ4EeDtZNzowom6ifkKusNa+42lOyBA+WiHBZ6
 kfSOyRHJ/URuGifir7hCXLvr2GVpFF3d399olDawCXEVCIhkrZ4SKJ25kLdABz9E
 IrikhpBlRIhquAW4clNnPNYWqGTsOT1Coj+6E/9XUHa8C8gGEV7W3j8nNzMCT2O4
 GMynfyXKIJ6JnuM03qqv3kmATmbRI3fulR6OTNObgAWSGeZLuxa1bIYDVXhtr2nQ
 Spl4nViOnZdfdNz4LkqS6vuGKscKViWFtt/wLi+gnKtbGfffb8CGrucd13vQ7fiK
 OP9WZoWLQ+YlItXDee02vn4ccH463KjIIKJdLsvmSHz+lfPnXRI2KR37+j7sczvo
 V3msYYkbjB1hghAunR94Zc3RXwV28R1/mqcOGzXv2A+Q1J4g//Q+gS8DGzXzlaRV
 58OJRqiyTWMktZ0TZM0V
 =MFMb
 -----END PGP SIGNATURE-----

Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc

Pull MMC updates from Ulf Hansson:
 "MMC core:
      - Fix ABI regression of MMC BLK ioctl
      - Remove the unused MMC_DATA_STREAM flag
      - Enable asynchronous system PM for the host device
      - Minor fixes and clean-ups

  SDHCI host:
     Throughout the years, the numbers of SDHCI variants have increased
     and so has also the numbers of SDHCI callbacks/quirks.  The purpose
     of these callbacks/quirks were to enable SDHCI to deal with variant
     specific requirements, but unfortunate this method didn't scale.
     Instead we have ended up with a mess.  Not only did the code become
     suboptimal but also highly fragile.

     Lately many discussions of how to move forward with SDHCI has taken
     place at the MMC mailing list.  Step by step, we aim to turn
     SDHCI's common code into a set of library functions.  This will
     enable for optimizations and allow some of the existing callbacks
     and quirks to be removed, which also should help to make the code
     less fragile.

     Therefore I am also really pleased to announce that Adrian Hunter
     (Intel) has volunteered to step in as the maintainer for SDHCI.

     Future wise, I hope the community around SDHCI will continue to
     grow and that this release cycle can be the starting point of
     moving SDHCI into a better shape.  As a matter of fact, already in
     this cycle the re-factoring has begun, but of course there are also
     fixes and new features included.  Some highlights:

      - sdhci-iproc: Add support for Broadcom's BCM2835 eMMC IP
      - sdhci-acpi: Add support for QCOM controllers
      - sdhci-pic32: Add new SDHCI variant for PIC32MZDA

  Other hosts:
      - atmel-mci: Fix a NULL pointer dereference
      - mediatek: Add SD write-protect support
      - mmc_spi: Fix card detect in GPIO case
      - tmio/sdhi: Add r8a7795 support
      - tmio/sdhi: Some fixes and clean-ups
      - dw_mmc: Add HW reset support
      - dw_mmc: Some fixes and clean-ups
      - sunxi: Add support for MMC DDR52 mode"

* tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc: (123 commits)
  mmc: sdhci-of-at91: fix wake-up issue when using runtime pm
  mmc: sdhci-pci: Do not set DMA mask in enable_dma()
  mmc: sdhci-acpi: Remove enable_dma() hook
  mmc: sdhci: Set DMA mask when adding host
  mmc: block: fix ABI regression of mmc_blk_ioctl
  mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA config
  mmc: core: remove redundant memset of sdio_read_cccr
  mmc: core: remove redundant memset of mmc_decode_cid
  mmc: of_mmc_spi: fix unused warning
  mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan
  mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handling
  mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resume
  Documentation: bindings: add description of phy for sdhci-of-arasan
  mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
  mmc: mmci: Remove unnecessary header file
  mmc: sdhci-acpi: add QCOM controllers
  mmc: tegra: implement memcomp pad calibration
  mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch
  mmc: mediatek: Change signal voltage error to dev_dbg()
  mmc: sh_mmcif, tmio: Use ARCH_RENESAS
  ...
2016-03-21 14:35:52 -07:00
..
arc
arm arm[64] perf updates for 4.6: 2016-03-21 13:14:16 -07:00
ata ARM: 64-bit DT updates for v4.6 2016-03-20 15:26:57 -07:00
board
bus dt-bindings: bus: ti-gpmc: Add AAD timings properties 2016-02-08 16:22:03 +02:00
c6x
clock ARM: SoC 64-bit changes for v4.6 2016-03-20 15:08:45 -07:00
cpufreq Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2016-01-14 17:04:19 -08:00
cris
crypto
devfreq/event
display Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2016-03-21 13:48:00 -07:00
dma ARM: SoC platform updates for v4.6 2016-03-20 14:57:08 -07:00
edac Documentation, EDAC: Update xgene binding for missing register bus 2016-01-25 11:17:18 +01:00
eeprom
extcon
fpga
fuse
goldfish Staging driver patches for 4.6-rc1 2016-03-17 22:13:41 -07:00
gpio This is the bulk of GPIO changes for kernel v4.6: 2016-03-17 21:05:32 -07:00
gpu
h8300
hsi HSI: nokia-modem: add n950 and n9 support 2016-01-28 17:46:08 +01:00
hwlock
hwmon hwmon: Define binding for the nsa320-hwmon driver 2016-03-08 03:59:10 -08:00
i2c Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2016-01-14 11:25:37 -08:00
iio - New Drivers 2016-03-18 10:15:11 -07:00
input DeviceTree updates for 4.6: 2016-03-19 15:15:07 -07:00
interrupt-controller irqchip core changes for v4.6 (round 3) 2016-03-14 08:40:29 +01:00
iommu
leds leds: Add SN3218 and SN3216 support to the IS31FL32XX driver 2016-03-14 09:22:22 +01:00
lpddr2
mailbox dt-bindings: rockchip-mailbox: Add mailbox controller document on Rockchip SoCs 2016-03-11 10:37:17 +07:00
media [media] Revert "[media] tvp5150: document input connectors DT bindings" 2016-03-03 13:58:28 -03:00
memory-controllers
metag
mfd dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMIC 2016-03-16 08:50:28 +00:00
mips libata: support AHCI on OCTEON platform 2016-02-11 10:12:04 -05:00
misc Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver. 2016-02-09 17:27:45 -08:00
mmc MMC core: 2016-03-21 14:35:52 -07:00
mtd DeviceTree updates for 4.5: 2016-01-14 11:13:28 -08:00
net net: arc_emac: add phy reset is optional for device tree 2016-03-16 19:28:01 -04:00
nios2
nvmem dt-bindings: add document of mediatek efuse driver 2016-02-07 23:04:57 -08:00
opp
pci ARM: DT updates for v4.6 2016-03-20 15:15:48 -07:00
phy phy: rcar-gen3-usb2: remove HSUSB registers handling 2016-03-01 17:13:50 +05:30
pinctrl ARM: DT updates for v4.6 2016-03-20 15:15:48 -07:00
power power: add documentation for ACT8945A's charger DT bindings 2016-02-23 04:46:27 +01:00
power_supply power: bq24735-charger: document 'ti,external-control' option 2016-02-15 06:35:34 +01:00
powerpc powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy 2016-03-05 00:01:14 -06:00
pps
pwm
regmap regmap: Add explict native endian flag to DT bindings 2016-01-27 18:46:38 +00:00
regulator Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/max77620', 'regulator/topic/max77686', 'regulator/topic/max77802' and 'regulator/topic/maxim' into regulator-next 2016-03-13 15:19:47 +07:00
remoteproc remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver 2016-01-29 17:26:48 -08:00
reserved-memory
reset reset: img: Add pistachio reset controller binding document 2016-02-05 16:40:43 +01:00
rng dt/bindings: Add bindings for the PIC32 random number generator 2016-02-17 04:07:47 +08:00
rtc RTC for 4.6 2016-03-15 21:58:58 -07:00
scsi devicetree: bindings: hisi_sas: add v2 HW bindings 2016-02-23 21:27:02 -05:00
security/tpm
serial ARM: DT updates for v4.6 2016-03-20 15:15:48 -07:00
serio
soc ARM: SoC driver updates for v4.6 2016-03-20 15:40:32 -07:00
sound sound updates for 4.6-rc1 2016-03-18 10:05:46 -07:00
spi Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2016-03-17 21:51:52 -07:00
spmi
sram misc: sram: add optional ioremap without write combining 2016-03-14 12:19:45 -04:00
staging
thermal thermal: rcar: enable to use thermal-zone on DT 2016-02-09 14:05:11 -08:00
timer Document: DT: Add bindings for mediatek MT7623 SoC Platform 2016-02-11 11:39:54 +01:00
tty/serial serial: mvebu-uart: initial support for Armada-3700 serial port 2016-03-07 16:11:14 -08:00
ufs
usb USB: core: let USB device know device node 2016-03-05 12:05:01 -08:00
virtio
w1
watchdog ARM: 64-bit DT updates for v4.6 2016-03-20 15:26:57 -07:00
x86
xillybus
ABI.txt
btmrvl.txt
chosen.txt
common-properties.txt
graph.txt
ipmi.txt
marvell.txt
property-units.txt dt/bindings: add documentation on standard property unit suffixes 2016-02-12 16:13:01 -06:00
resource-names.txt
sparc_sun_oracle_rng.txt hwrng: n2 - documentation, add DT bindings, vendor prefixes 2016-01-26 22:35:28 +08:00
submitting-patches.txt
unittest.txt
vendor-prefixes.txt ARM: 64-bit DT updates for v4.6 2016-03-20 15:26:57 -07:00
xilinx.txt