mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-10-28 09:26:27 +10:00
Pull i2c updates from Wolfram Sang:
"Quite some driver updates:
- piix4 can now handle multiplexed adapters
- brcmstb, xlr, eg20t, designware drivers support more SoCs
- emev2 gained i2c slave support
- img-scb and rcar got bigger refactoring to remove issues
- lots of common driver updates
i2c core changes:
- new quirk flag when an adapter does not support clock stretching,
so clients can be configured to avoid that if possible
- added a helper function to retrieve timing parameters from firmware
(with rcar being the first user)
- "multi-master" DT binding added so drivers can adapt to this
setting (like disabling PM to keep arbitration working)
- RuntimePM for the logical adapter device is now always enabled by
the core to ensure propagation from childs to the parent (the HW
device)
- new macro builtin_i2c_driver to reduce boilerplate"
* 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (70 commits)
i2c: create builtin_i2c_driver to avoid registration boilerplate
i2c: imx: fix i2c resource leak with dma transfer
dt-bindings: i2c: eeprom: add another EEPROM device
dt-bindings: move I2C eeprom descriptions to the proper file
i2c: designware: Do not require clock when SSCN and FFCN are provided
DT: i2c: trivial-devices: Add Epson RX8010 and MPL3115
i2c: s3c2410: remove superfluous runtime PM calls
i2c: always enable RuntimePM for the adapter device
i2c: designware: retry transfer on transient failure
i2c: ibm_iic: rename i2c_timings struct due to clash with generic version
i2c: designware: Add support for AMD Seattle I2C
i2c: imx: Remove unneeded comments
i2c: st: use to_platform_device()
i2c: designware: use to_pci_dev()
i2c: brcmstb: Adding support for CM and DSL SoCs
i2c: mediatek: fix i2c multi transfer issue in high speed mode
i2c: imx: improve code readability
i2c: imx: Improve message log when DMA is not used
i2c: imx: add runtime pm support to improve the performance
i2c: imx: init bus recovery info before adding i2c adapter
...
|
||
|---|---|---|
| .. | ||
| i2c-acorn.c | ||
| i2c-ali15x3.c | ||
| i2c-ali1535.c | ||
| i2c-ali1563.c | ||
| i2c-amd756-s4882.c | ||
| i2c-amd756.c | ||
| i2c-amd8111.c | ||
| i2c-at91.c | ||
| i2c-au1550.c | ||
| i2c-axxia.c | ||
| i2c-bcm2835.c | ||
| i2c-bcm-iproc.c | ||
| i2c-bcm-kona.c | ||
| i2c-bfin-twi.c | ||
| i2c-brcmstb.c | ||
| i2c-cadence.c | ||
| i2c-cbus-gpio.c | ||
| i2c-cpm.c | ||
| i2c-cros-ec-tunnel.c | ||
| i2c-davinci.c | ||
| i2c-designware-baytrail.c | ||
| i2c-designware-core.c | ||
| i2c-designware-core.h | ||
| i2c-designware-pcidrv.c | ||
| i2c-designware-platdrv.c | ||
| i2c-digicolor.c | ||
| i2c-diolan-u2c.c | ||
| i2c-dln2.c | ||
| i2c-efm32.c | ||
| i2c-eg20t.c | ||
| i2c-elektor.c | ||
| i2c-emev2.c | ||
| i2c-exynos5.c | ||
| i2c-gpio.c | ||
| i2c-highlander.c | ||
| i2c-hix5hd2.c | ||
| i2c-hydra.c | ||
| i2c-i801.c | ||
| i2c-ibm_iic.c | ||
| i2c-ibm_iic.h | ||
| i2c-img-scb.c | ||
| i2c-imx.c | ||
| i2c-iop3xx.c | ||
| i2c-iop3xx.h | ||
| i2c-isch.c | ||
| i2c-ismt.c | ||
| i2c-jz4780.c | ||
| i2c-kempld.c | ||
| i2c-lpc2k.c | ||
| i2c-meson.c | ||
| i2c-mpc.c | ||
| i2c-mt65xx.c | ||
| i2c-mv64xxx.c | ||
| i2c-mxs.c | ||
| i2c-nforce2-s4985.c | ||
| i2c-nforce2.c | ||
| i2c-nomadik.c | ||
| i2c-ocores.c | ||
| i2c-octeon.c | ||
| i2c-omap.c | ||
| i2c-opal.c | ||
| i2c-parport-light.c | ||
| i2c-parport.c | ||
| i2c-parport.h | ||
| i2c-pasemi.c | ||
| i2c-pca-isa.c | ||
| i2c-pca-platform.c | ||
| i2c-piix4.c | ||
| i2c-pmcmsp.c | ||
| i2c-pnx.c | ||
| i2c-powermac.c | ||
| i2c-puv3.c | ||
| i2c-pxa-pci.c | ||
| i2c-pxa.c | ||
| i2c-qup.c | ||
| i2c-rcar.c | ||
| i2c-riic.c | ||
| i2c-rk3x.c | ||
| i2c-robotfuzz-osif.c | ||
| i2c-s3c2410.c | ||
| i2c-scmi.c | ||
| i2c-sh7760.c | ||
| i2c-sh_mobile.c | ||
| i2c-sibyte.c | ||
| i2c-simtec.c | ||
| i2c-sirf.c | ||
| i2c-sis96x.c | ||
| i2c-sis630.c | ||
| i2c-sis5595.c | ||
| i2c-st.c | ||
| i2c-stu300.c | ||
| i2c-sun6i-p2wi.c | ||
| i2c-taos-evm.c | ||
| i2c-tegra.c | ||
| i2c-tiny-usb.c | ||
| i2c-uniphier-f.c | ||
| i2c-uniphier.c | ||
| i2c-versatile.c | ||
| i2c-via.c | ||
| i2c-viapro.c | ||
| i2c-viperboard.c | ||
| i2c-wmt.c | ||
| i2c-xgene-slimpro.c | ||
| i2c-xiic.c | ||
| i2c-xlp9xx.c | ||
| i2c-xlr.c | ||
| Kconfig | ||
| Makefile | ||
| scx200_acb.c | ||