* [PULL REQUEST] i2c for 3.14
@ 2014-01-20 18:54 Wolfram Sang
0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2014-01-20 18:54 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 4381 bytes --]
Linus,
for 3.14, the I2C subsystem has the following to offer:
* new drivers for Renesas RIIC and RobotFuzz OSIF
* driver cleanups & improvements & bugfixes
Pretty standard stuff this time, I'd say. There is more complex stuff
coming up, but I didn't have the bandwidth between the years to pull it
in for this release. Sadly.
I don't know of any merge conflicts and dependencies. Please pull.
Thanks,
Wolfram
The following changes since commit 802eee95bde72fd0cd0f3a5b2098375a487d1eda:
Linux 3.13-rc6 (2013-12-29 16:01:33 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
for you to fetch changes up to 5f1b11555ef21fb3a8a9d21a2e5914e2bc1b9d9b:
i2c: s3c2410: fix quirk usage for 64-bit (2014-01-16 11:18:24 +0100)
----------------------------------------------------------------
Andrew Lunn (2):
i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID
i2c: Add bus driver for for OSIF USB i2c device.
Baruch Siach (1):
i2c: designware: remove HAVE_CLK build dependecy
Boris BREZILLON (1):
i2c: at91: document clock properties
Helia Correia (1):
Documentation: i2c: Remove obsolete example
Jingoo Han (3):
i2c: viperboard: Use devm_kzalloc() functions
i2c: isch: Use devm_request_region()
i2c: pnx: Use devm_*() functions
Kedareswara rao Appana (2):
i2c: xilinx: Fix i2c checkpatch warnings
i2c: xilinx: Use devm_* functions
Laurent Pinchart (5):
i2c: pca954x: Sort headers alphabetically
i2c: pca954x: Use devm_kzalloc managed allocator
i2c: pca954x: Add device tree bindings documentation
i2c: pca954x: Add reset GPIO support
i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilation
Linus Walleij (2):
i2c: nomadik: auto-calculate slave setup time
i2c: nomadik: remove platform data header
Michal Simek (1):
i2c: xilinx: Do not enable irq before irq handler
Naveen Krishna Ch (1):
i2c: s3c2410: dont need CPU_FREQ transitions for exynos series
Pankaj Dubey (1):
i2c: s3c2410: fix quirk usage for 64-bit
Vasanth Ananthan (1):
i2c: s3c2410: Add polling mode support
Wolfram Sang (3):
i2c: riic: add driver
i2c: imx: propagate irq error code in probe
i2c: viperboard: remove superfluous assignment
jean-jacques hiblot (1):
i2c: at91: add a new compatibility string for the at91sam9261
robert.valiquette-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org (1):
i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction type
Documentation/devicetree/bindings/i2c/i2c-at91.txt | 2 +
.../devicetree/bindings/i2c/i2c-mux-pca954x.txt | 50 +++
Documentation/devicetree/bindings/i2c/i2c-riic.txt | 29 ++
.../devicetree/bindings/i2c/i2c-s3c2410.txt | 2 +
Documentation/i2c/fault-codes | 3 -
drivers/i2c/busses/Kconfig | 25 +-
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-at91.c | 3 +
drivers/i2c/busses/i2c-designware-core.c | 1 -
drivers/i2c/busses/i2c-imx.c | 2 +-
drivers/i2c/busses/i2c-isch.c | 7 +-
drivers/i2c/busses/i2c-ismt.c | 37 ++
drivers/i2c/busses/i2c-nomadik.c | 64 ++-
drivers/i2c/busses/i2c-pnx.c | 64 +--
drivers/i2c/busses/i2c-riic.c | 427 +++++++++++++++++++++
drivers/i2c/busses/i2c-robotfuzz-osif.c | 202 ++++++++++
drivers/i2c/busses/i2c-s3c2410.c | 76 +++-
drivers/i2c/busses/i2c-tiny-usb.c | 1 -
drivers/i2c/busses/i2c-viperboard.c | 16 +-
drivers/i2c/busses/i2c-xiic.c | 89 ++---
drivers/i2c/muxes/i2c-mux-pca954x.c | 44 ++-
include/linux/i2c-pnx.h | 1 -
include/linux/platform_data/i2c-nomadik.h | 39 --
23 files changed, 964 insertions(+), 222 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-riic.txt
create mode 100644 drivers/i2c/busses/i2c-riic.c
create mode 100644 drivers/i2c/busses/i2c-robotfuzz-osif.c
delete mode 100644 include/linux/platform_data/i2c-nomadik.h
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL REQUEST] i2c for 3.14
@ 2014-01-29 12:46 Wolfram Sang
0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2014-01-29 12:46 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 3873 bytes --]
Linus,
another pull request from the i2c subsystem. Mostly bugfixes, small but
wanted cleanups, and Paul's init.h removal applied. Please pull.
Thanks,
Wolfram
The following changes since commit 3aacd625f20129f5a41ea3ff3b5353b0e4dabd01:
Merge branch 'akpm' (incoming from Andrew) (2014-01-23 19:11:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to 6ff4b105163223741f5a82804f9695221017ae42:
i2c: rcar: fix NACK error code (2014-01-26 22:48:36 +0100)
----------------------------------------------------------------
Ben Dooks (4):
i2c: rcar: do not print error if device nacks transfer
i2c: rcar: use devm_clk_get to ensure clock is properly ref-counted
i2c: update i2c_algorithm documentation
i2c: rcar: fix NACK error code
Jean Delvare (1):
i2c: piix4: Standardize log messages
Paul Gortmaker (2):
i2c: acorn: is tristate and should use module.h
i2c: delete non-required instances of include <linux/init.h>
Shane Huang (2):
i2c: piix4: Add support for AMD ML and CZ SMBus changes
i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
Wolfram Sang (1):
i2c: rely on driver core when sanitizing devices
Documentation/i2c/busses/i2c-piix4 | 2 +-
drivers/i2c/algos/i2c-algo-bit.c | 1 -
drivers/i2c/algos/i2c-algo-pca.c | 1 -
drivers/i2c/algos/i2c-algo-pcf.c | 1 -
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-acorn.c | 2 +-
drivers/i2c/busses/i2c-ali1535.c | 1 -
drivers/i2c/busses/i2c-ali1563.c | 1 -
drivers/i2c/busses/i2c-ali15x3.c | 1 -
drivers/i2c/busses/i2c-amd756.c | 1 -
drivers/i2c/busses/i2c-amd8111.c | 1 -
drivers/i2c/busses/i2c-au1550.c | 1 -
drivers/i2c/busses/i2c-cbus-gpio.c | 1 -
drivers/i2c/busses/i2c-cpm.c | 1 -
drivers/i2c/busses/i2c-eg20t.c | 1 -
drivers/i2c/busses/i2c-exynos5.c | 1 -
drivers/i2c/busses/i2c-highlander.c | 1 -
drivers/i2c/busses/i2c-hydra.c | 1 -
drivers/i2c/busses/i2c-ibm_iic.c | 1 -
drivers/i2c/busses/i2c-iop3xx.c | 1 -
drivers/i2c/busses/i2c-isch.c | 1 -
drivers/i2c/busses/i2c-ismt.c | 1 -
drivers/i2c/busses/i2c-mpc.c | 1 -
drivers/i2c/busses/i2c-nforce2.c | 1 -
drivers/i2c/busses/i2c-ocores.c | 1 -
drivers/i2c/busses/i2c-octeon.c | 1 -
drivers/i2c/busses/i2c-pca-platform.c | 1 -
drivers/i2c/busses/i2c-piix4.c | 44 +++++++++++++++++++++---------
drivers/i2c/busses/i2c-pmcmsp.c | 1 -
drivers/i2c/busses/i2c-powermac.c | 1 -
drivers/i2c/busses/i2c-puv3.c | 1 -
drivers/i2c/busses/i2c-rcar.c | 22 +++++++--------
drivers/i2c/busses/i2c-scmi.c | 1 -
drivers/i2c/busses/i2c-sh7760.c | 1 -
drivers/i2c/busses/i2c-simtec.c | 1 -
drivers/i2c/busses/i2c-sis630.c | 1 -
drivers/i2c/busses/i2c-sis96x.c | 1 -
drivers/i2c/busses/i2c-via.c | 1 -
drivers/i2c/busses/i2c-xiic.c | 1 -
drivers/i2c/busses/i2c-xlr.c | 1 -
drivers/i2c/busses/scx200_i2c.c | 1 -
drivers/i2c/i2c-core.c | 13 +++------
drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 1 -
drivers/i2c/muxes/i2c-mux-gpio.c | 1 -
drivers/i2c/muxes/i2c-mux-pca9541.c | 1 -
drivers/i2c/muxes/i2c-mux-pca954x.c | 1 -
drivers/i2c/muxes/i2c-mux-pinctrl.c | 1 -
include/linux/i2c.h | 16 ++++++++++-
48 files changed, 64 insertions(+), 77 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL REQUEST] i2c for 3.14
@ 2014-02-15 20:36 Wolfram Sang
0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2014-02-15 20:36 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
Linus,
i2c has a bugfix and documentation improvements for you. Please pull.
Thanks,
Wolfram
The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to fde1e418ab2c4269035f7f576e678b6ad3117d7d:
Documentation: i2c: mention ACPI method for instantiating devices (2014-02-15 19:46:34 +0100)
----------------------------------------------------------------
Wolfram Sang (3):
i2c: mv64xxx: refactor message start to ensure proper initialization
Documentation: i2c: describe devicetree method for instantiating devices
Documentation: i2c: mention ACPI method for instantiating devices
Documentation/i2c/instantiating-devices | 41 +++++++++++++++++++++++++++++++--
drivers/i2c/busses/i2c-mv64xxx.c | 33 +++++++++++---------------
2 files changed, 53 insertions(+), 21 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL REQUEST] i2c for 3.14
@ 2014-03-13 21:41 Wolfram Sang
0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2014-03-13 21:41 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-i2c, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
Linus,
here is a Kconfig fix for the I2C subsystem. Please pull.
Thanks,
Wolfram
The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:
Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to 62c19c9d29e65086e5ae76df371ed2e6b23f00cd:
i2c: Remove usage of orphaned symbol OF_I2C (2014-03-13 22:33:44 +0100)
----------------------------------------------------------------
Richard Weinberger (1):
i2c: Remove usage of orphaned symbol OF_I2C
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL REQUEST] i2c for 3.14
@ 2014-03-27 17:43 Wolfram Sang
0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2014-03-27 17:43 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
Linus,
the build fix from my last request unveiled another build problem which
is fixed with this patch. Please pull.
Thanks,
Wolfram
The following changes since commit dcb99fd9b08cfe1afe426af4d8d3cbc429190f15:
Linux 3.14-rc7 (2014-03-16 18:51:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to 5f12c5eca6e6b7aeb4b2028d579f614b4fe7a81f:
i2c: cpm: Fix build by adding of_address.h and of_irq.h (2014-03-24 14:54:21 +0100)
----------------------------------------------------------------
Scott Wood (1):
i2c: cpm: Fix build by adding of_address.h and of_irq.h
drivers/i2c/busses/i2c-cpm.c | 2 ++
1 file changed, 2 insertions(+)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-03-27 17:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 17:43 [PULL REQUEST] i2c for 3.14 Wolfram Sang
-- strict thread matches above, loose matches on Subject: below --
2014-03-13 21:41 Wolfram Sang
2014-02-15 20:36 Wolfram Sang
2014-01-29 12:46 Wolfram Sang
2014-01-20 18:54 Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).