All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for 5.5
@ 2020-01-19 14:14 Wolfram Sang
  2020-01-19 20:20 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2020-01-19 14:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

Linus,

I2C has some more driver bugfixes for 5.5, two RPM fixes and one leak fix.

Please pull.

Thanks,

   Wolfram


The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:

  Linux 5.5-rc6 (2020-01-12 16:55:08 -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 e64175776d06a8ceebbfd349d7e66a4a46ca39ef:

  i2c: iop3xx: Fix memory leak in probe error path (2020-01-15 20:31:27 +0100)

----------------------------------------------------------------
Dmitry Osipenko (2):
      i2c: tegra: Fix suspending in active runtime PM state
      i2c: tegra: Properly disable runtime PM on driver's probe error

Krzysztof Kozlowski (1):
      i2c: iop3xx: Fix memory leak in probe error path


with much appreciated quality assurance from
----------------------------------------------------------------
Thierry Reding (2):
      (Test) i2c: tegra: Properly disable runtime PM on driver's probe error
      (Test) i2c: tegra: Fix suspending in active runtime PM state

 drivers/i2c/busses/i2c-iop3xx.c | 12 ++++++++----
 drivers/i2c/busses/i2c-tegra.c  | 38 ++++++++++++++++++++++++++++----------
 2 files changed, 36 insertions(+), 14 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.5
  2020-01-19 14:14 [PULL REQUEST] i2c for 5.5 Wolfram Sang
@ 2020-01-19 20:20 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-01-19 20:20 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sun, 19 Jan 2020 15:14:09 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5f43644394a96a8bcd8fc29a8bbd9c40b4465b54

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.5
  2020-01-11 20:07 Wolfram Sang
@ 2020-01-11 23:50 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-01-11 23:50 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 11 Jan 2020 21:07:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6327edceb62bc4c91195e2dc6d5574a53005cb5a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.5
@ 2020-01-11 20:07 Wolfram Sang
  2020-01-11 23:50 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2020-01-11 20:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

Linus,

from I2C world, here are two driver bugfixes, a documentation fix, and a
removal of a spec violation for the bus recovery algorithm in the core.

Please pull.

Thanks,

   Wolfram


The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -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 cf8ce8b80f8bf9669f6ec4e71e16668430febdac:

  i2c: fix bus recovery stop mode timing (2020-01-09 22:21:08 +0100)

----------------------------------------------------------------
Eugen Hristev (2):
      i2c: at91: fix clk_offset for sam9x60
      dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60

Russell King (1):
      i2c: fix bus recovery stop mode timing

Stefan Wahren (1):
      i2c: bcm2835: Store pointer to bus clock


with much appreciated quality assurance from
----------------------------------------------------------------
Codrin Ciubotariu (1):
      (Rev.) i2c: at91: fix clk_offset for sam9x60

 Documentation/devicetree/bindings/i2c/i2c-at91.txt |  6 ++++--
 drivers/i2c/busses/i2c-at91-core.c                 |  2 +-
 drivers/i2c/busses/i2c-bcm2835.c                   | 17 ++++++++---------
 drivers/i2c/i2c-core-base.c                        | 13 ++++++++++---
 4 files changed, 23 insertions(+), 15 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.5
  2019-12-13 15:31 Wolfram Sang
@ 2019-12-13 23:10 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-12-13 23:10 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Fri, 13 Dec 2019 16:31:39 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3b2ee614cb4accb75080f00586bd762b0eab219c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.5
@ 2019-12-13 15:31 Wolfram Sang
  2019-12-13 23:10 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-12-13 15:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]

Linus,

I2C has some core changes this time. A removal of an old API where all
in-kernel users have been converted as of v5.5-rc1. A kdoc fix. And, a
new helper which ideally should have been added during the merge window.
I hope it is still okay because it will make dependencies for the next
API conversion a tad easier and it cannot cause regressions.

Thanks,

   Wolfram


The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -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 8c9312a925ad859daefd0f443ef3b6dc7157d881:

  i2c: add helper to check if a client has a driver attached (2019-12-11 08:39:07 +0100)

----------------------------------------------------------------
Randy Dunlap (1):
      i2c: fix header file kernel-doc warning

Wolfram Sang (2):
      i2c: remove i2c_new_dummy() API
      i2c: add helper to check if a client has a driver attached


with much appreciated quality assurance from
----------------------------------------------------------------
Luca Ceresoli (2):
      (Test) i2c: remove i2c_new_dummy() API
      (Rev.) i2c: remove i2c_new_dummy() API

Niklas Söderlund (1):
      (Rev.) i2c: remove i2c_new_dummy() API

 drivers/i2c/i2c-core-base.c | 23 -----------------------
 include/linux/i2c.h         | 12 ++++++------
 2 files changed, 6 insertions(+), 29 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL REQUEST] i2c for 5.5
  2019-11-30 15:44 Wolfram Sang
@ 2019-12-02  2:50 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2019-12-02  2:50 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 30 Nov 2019 16:44:50 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3265568db8c37d391ee8ad2afa8b0fd7257f4526

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL REQUEST] i2c for 5.5
@ 2019-11-30 15:44 Wolfram Sang
  2019-12-02  2:50 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2019-11-30 15:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 9154 bytes --]

Linus,

I2C has mostly driver updates for you this time. The few noteworthy
changes are: the core has now support for analog and digital filters
with at91 being the first user, a core addition to replace the NULL
returning i2c_new_probed_device() with an ERR_PTR variant, and the pxa
driver has finally being moved to use the generic I2C slave interface.
We have quite a significant number of reviews per patch this time, so
thank you to all involved!

Please pull.

Thanks,

   Wolfram


The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.5

for you to fetch changes up to a72e27f7a47069b1b4942051bffa7dc77b4aee0c:

  video: fbdev: matrox: convert to i2c_new_scanned_device (2019-11-28 17:19:20 +0100)

----------------------------------------------------------------
Akshu Agrawal (1):
      i2c: cros-ec-tunnel: Make the device acpi compatible

Alain Volmat (4):
      i2c: stm32f7: rework slave_id allocation
      i2c: stm32f7: fix & reorder remove & probe error handling
      i2c: stm32f7: report dma error during probe
      i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop

Andy Shevchenko (1):
      i2c: i801: Correct Intel Jasper Lake SOC naming

Biju Das (2):
      dt-bindings: i2c: rcar: Add r8a774b1 support
      dt-bindings: i2c: sh_mobile: Add r8a774b1 support

Corey Minyard (1):
      i2c: smbus: Don't filter out duplicate alerts

Eddie James (2):
      dt-bindings: i2c: Aspeed: Add AST2600 compatible
      i2c: Aspeed: Add AST2600 compatible

Eugen Hristev (7):
      dt-bindings: i2c: at91: add new compatible
      dt-bindings: i2c: add bindings for i2c analog and digital filter
      i2c: add support for filters optional properties
      i2c: at91: add new platform support for sam9x60
      i2c: at91: add support for digital filtering
      i2c: at91: add support for advanced digital filtering
      i2c: at91: add support for analog filtering

Geert Uytterhoeven (1):
      i2c: rcar: Remove superfluous call to clk_get_rate()

Jarkko Nikula (2):
      i2c: i801: Add support for Intel Jasper Lake
      i2c: i801: Add support for Intel Comet Lake PCH-H

Jean Delvare (1):
      eeprom: at24: Improve confusing log message

Krzysztof Kozlowski (1):
      i2c: Fix Kconfig indentation

Lori Hikichi (1):
      i2c: iproc: Add i2c repeated start capability

Neil Armstrong (1):
      dt-bindings: i2c: meson: convert to yaml

Patrick Williams (2):
      i2c: pxa: migrate to new i2c_slave APIs
      i2c: pxa: remove unused i2c-slave APIs

Peter Ujfalusi (4):
      i2c: at91: Use dma_request_chan() directly for channel request
      i2c: qup: Use dma_request_chan() directly for channel request
      i2c: sh_mobile: Use dma_request_chan() directly for channel request
      i2c: tegra: Use dma_request_chan() directly for channel request

Shubhrajyoti Datta (1):
      i2c: xiic: Fix kerneldoc warnings

Wolfram Sang (6):
      i2c: icy: no need to populate address for scanned device
      Merge tag 'at24-v5.5-updates-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-5.5
      i2c: remove helpers for ref-counting clients
      i2c: replace i2c_new_probed_device with an ERR_PTR variant
      i2c: icy: convert to i2c_new_scanned_device
      video: fbdev: matrox: convert to i2c_new_scanned_device


with much appreciated quality assurance from
----------------------------------------------------------------
Benjamin Tissoires (1):
      (Rev.) i2c: smbus: Don't filter out duplicate alerts

Brendan Higgins (2):
      (Rev.) i2c: Aspeed: Add AST2600 compatible
      (Rev.) dt-bindings: i2c: Aspeed: Add AST2600 compatible

Enric Balletbo i Serra (1):
      (Rev.) i2c: cros-ec-tunnel: Make the device acpi compatible

Geert Uytterhoeven (3):
      (Rev.) i2c: remove helpers for ref-counting clients
      (Rev.) dt-bindings: i2c: sh_mobile: Add r8a774b1 support
      (Rev.) dt-bindings: i2c: rcar: Add r8a774b1 support

Jarkko Nikula (1):
      (Rev.) i2c: i801: Correct Intel Jasper Lake SOC naming

Jean Delvare (4):
      (Rev.) i2c: i801: Correct Intel Jasper Lake SOC naming
      (Rev.) i2c: remove helpers for ref-counting clients
      (Rev.) i2c: i801: Add support for Intel Comet Lake PCH-H
      (Rev.) i2c: i801: Add support for Intel Jasper Lake

Luca Ceresoli (5):
      (Rev.) i2c: replace i2c_new_probed_device with an ERR_PTR variant
      (Test) i2c: remove helpers for ref-counting clients
      (Rev.) i2c: remove helpers for ref-counting clients
      (Rev.) i2c: rcar: Remove superfluous call to clk_get_rate()
      (Rev.) i2c: xiic: Fix kerneldoc warnings

Max Staudt (3):
      (Rev.) i2c: icy: convert to i2c_new_scanned_device
      (Rev.) i2c: replace i2c_new_probed_device with an ERR_PTR variant
      (Test) i2c: icy: no need to populate address for scanned device

Niklas Söderlund (2):
      (Rev.) i2c: remove helpers for ref-counting clients
      (Rev.) i2c: rcar: Remove superfluous call to clk_get_rate()

Peter Rosin (7):
      (Rev.) i2c: at91: add support for analog filtering
      (Rev.) i2c: at91: add support for advanced digital filtering
      (Rev.) i2c: at91: add support for digital filtering
      (Rev.) i2c: at91: add new platform support for sam9x60
      (Rev.) i2c: add support for filters optional properties
      (Rev.) dt-bindings: i2c: add bindings for i2c analog and digital filter
      (Rev.) dt-bindings: i2c: at91: add new compatible

Pierre-Yves MORDRET (4):
      (Rev.) i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop
      (Rev.) i2c: stm32f7: report dma error during probe
      (Rev.) i2c: stm32f7: fix & reorder remove & probe error handling
      (Rev.) i2c: stm32f7: rework slave_id allocation

Rob Herring (3):
      (Rev.) dt-bindings: i2c: meson: convert to yaml
      (Rev.) dt-bindings: i2c: add bindings for i2c analog and digital filter
      (Rev.) dt-bindings: i2c: at91: add new compatible

Vinod Koul (4):
      (Rev.) i2c: tegra: Use dma_request_chan() directly for channel request
      (Rev.) i2c: sh_mobile: Use dma_request_chan() directly for channel request
      (Rev.) i2c: qup: Use dma_request_chan() directly for channel request
      (Rev.) i2c: at91: Use dma_request_chan() directly for channel request

Wolfram Sang (1):
      (Rev.) eeprom: at24: Improve confusing log message

 .../bindings/i2c/amlogic,meson6-i2c.yaml           | 53 +++++++++++++++
 .../devicetree/bindings/i2c/i2c-aspeed.txt         |  3 +-
 Documentation/devicetree/bindings/i2c/i2c-at91.txt |  3 +-
 .../devicetree/bindings/i2c/i2c-meson.txt          | 30 ---------
 Documentation/devicetree/bindings/i2c/i2c.txt      | 18 ++++++
 .../devicetree/bindings/i2c/renesas,i2c.txt        |  1 +
 .../devicetree/bindings/i2c/renesas,iic.txt        |  1 +
 Documentation/i2c/busses/i2c-i801.rst              |  1 +
 Documentation/i2c/instantiating-devices.rst        | 10 +--
 Documentation/i2c/writing-clients.rst              |  8 +--
 drivers/i2c/busses/Kconfig                         | 24 +++----
 drivers/i2c/busses/i2c-aspeed.c                    |  4 ++
 drivers/i2c/busses/i2c-at91-core.c                 | 38 +++++++++++
 drivers/i2c/busses/i2c-at91-master.c               | 53 +++++++++++++--
 drivers/i2c/busses/i2c-at91.h                      | 13 ++++
 drivers/i2c/busses/i2c-bcm-iproc.c                 | 63 ++++++++++++++----
 drivers/i2c/busses/i2c-cros-ec-tunnel.c            | 15 +++--
 drivers/i2c/busses/i2c-i801.c                      |  8 +++
 drivers/i2c/busses/i2c-icy.c                       |  9 ++-
 drivers/i2c/busses/i2c-pxa.c                       | 75 +++++++++++++++++-----
 drivers/i2c/busses/i2c-qup.c                       |  4 +-
 drivers/i2c/busses/i2c-rcar.c                      |  2 +-
 drivers/i2c/busses/i2c-sh_mobile.c                 |  2 +-
 drivers/i2c/busses/i2c-stm32.c                     | 16 ++---
 drivers/i2c/busses/i2c-stm32f7.c                   | 32 ++++++---
 drivers/i2c/busses/i2c-tegra.c                     |  4 +-
 drivers/i2c/busses/i2c-xiic.c                      |  2 +
 drivers/i2c/i2c-core-base.c                        | 63 ++++++++----------
 drivers/i2c/i2c-smbus.c                            |  7 --
 drivers/i2c/muxes/Kconfig                          | 18 +++---
 drivers/misc/eeprom/at24.c                         |  9 ++-
 drivers/video/fbdev/matrox/i2c-matroxfb.c          |  4 +-
 include/linux/i2c-pxa.h                            | 18 ------
 include/linux/i2c.h                                | 21 ++++--
 include/linux/platform_data/i2c-pxa.h              |  4 --
 35 files changed, 431 insertions(+), 205 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-meson.txt
 delete mode 100644 include/linux/i2c-pxa.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-01-19 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 14:14 [PULL REQUEST] i2c for 5.5 Wolfram Sang
2020-01-19 20:20 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-01-11 20:07 Wolfram Sang
2020-01-11 23:50 ` pr-tracker-bot
2019-12-13 15:31 Wolfram Sang
2019-12-13 23:10 ` pr-tracker-bot
2019-11-30 15:44 Wolfram Sang
2019-12-02  2:50 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.