mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 03:53:44 +00:00
Pull i2c updates from Wolfram Sang:
"I2C has the following changes for you:
- new flag to mark DMA safe buffers in i2c_msg. Also, some
infrastructure around it. And docs.
- huge refactoring of the at24 driver led by the new maintainer
Bartosz
- update I2C bus recovery to send STOP after recovery
- conversion from gpio to gpiod for I2C bus recovery
- adding a fault-injector to the i2c-gpio driver
- lots of small driver improvements, and bigger ones to
i2c-sh_mobile"
* 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (99 commits)
i2c: mv64xxx: Add myself as maintainer for this driver
i2c: mv64xxx: Fix clock resource by adding an optional bus clock
i2c: mv64xxx: Remove useless test before clk_disable_unprepare
i2c: mxs: use true and false for boolean values
i2c: meson: update doc description to fix build warnings
i2c: meson: add configurable divider factors
dt-bindings: i2c: update documentation for the Meson-AXG
i2c: imx-lpi2c: add runtime pm support
i2c: rcar: fix some trivial typos in comments
i2c: davinci: fix the cpufreq transition
i2c: rk3x: add proper kerneldoc header
i2c: rk3x: account for const type of of_device_id.data
i2c: acorn: remove outdated path from file header
i2c: acorn: add MODULE_LICENSE tag
i2c: rcar: implement bus recovery
i2c: send STOP after successful bus recovery
i2c: ensure SDA is released in recovery if SDA is controllable
i2c: add 'set_sda' to bus_recovery_info
i2c: add identifier in declarations for i2c_bus_recovery
i2c: make kerneldoc about bus recovery more precise
...
|
||
|---|---|---|
| .. | ||
| brcm,bcm2835-i2c.txt | ||
| brcm,iproc-i2c.txt | ||
| brcm,kona-i2c.txt | ||
| i2c-altera.txt | ||
| i2c-arb-gpio-challenge.txt | ||
| i2c-arb.txt | ||
| i2c-aspeed.txt | ||
| i2c-at91.txt | ||
| i2c-axxia.txt | ||
| i2c-brcmstb.txt | ||
| i2c-cadence.txt | ||
| i2c-cbus-gpio.txt | ||
| i2c-cros-ec-tunnel.txt | ||
| i2c-davinci.txt | ||
| i2c-demux-pinctrl.txt | ||
| i2c-designware.txt | ||
| i2c-digicolor.txt | ||
| i2c-efm32.txt | ||
| i2c-emev2.txt | ||
| i2c-exynos5.txt | ||
| i2c-gate.txt | ||
| i2c-gpio.txt | ||
| i2c-hix5hd2.txt | ||
| i2c-img-scb.txt | ||
| i2c-imx-lpi2c.txt | ||
| i2c-imx.txt | ||
| i2c-jz4780.txt | ||
| i2c-lpc2k.txt | ||
| i2c-meson.txt | ||
| i2c-mpc.txt | ||
| i2c-mtk.txt | ||
| i2c-mux-gpio.txt | ||
| i2c-mux-gpmux.txt | ||
| i2c-mux-ltc4306.txt | ||
| i2c-mux-pca954x.txt | ||
| i2c-mux-pinctrl.txt | ||
| i2c-mux-reg.txt | ||
| i2c-mux.txt | ||
| i2c-mv64xxx.txt | ||
| i2c-mxs.txt | ||
| i2c-nomadik.txt | ||
| i2c-ocores.txt | ||
| i2c-octeon.txt | ||
| i2c-omap.txt | ||
| i2c-opal.txt | ||
| i2c-pca-platform.txt | ||
| i2c-pnx.txt | ||
| i2c-pxa-pci-ce4100.txt | ||
| i2c-pxa.txt | ||
| i2c-rcar.txt | ||
| i2c-riic.txt | ||
| i2c-rk3x.txt | ||
| i2c-s3c2410.txt | ||
| i2c-sh_mobile.txt | ||
| i2c-sirf.txt | ||
| i2c-sprd.txt | ||
| i2c-st-ddci2c.txt | ||
| i2c-st.txt | ||
| i2c-stm32.txt | ||
| i2c-sunxi-p2wi.txt | ||
| i2c-uniphier-f.txt | ||
| i2c-uniphier.txt | ||
| i2c-versatile.txt | ||
| i2c-vt8500.txt | ||
| i2c-xgene-slimpro.txt | ||
| i2c-xiic.txt | ||
| i2c-xlp9xx.txt | ||
| i2c-zx2967.txt | ||
| i2c.txt | ||
| nvidia,tegra20-i2c.txt | ||
| nvidia,tegra186-bpmp-i2c.txt | ||
| nxp,pca9541.txt | ||
| qcom,i2c-qup.txt | ||