linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for v5.8
@ 2020-07-24 19:27 Wolfram Sang
  2020-07-24 20:43 ` Linus Torvalds
  2020-07-24 21:40 ` pr-tracker-bot
  0 siblings, 2 replies; 7+ messages in thread
From: Wolfram Sang @ 2020-07-24 19:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

I2C has again some driver bugfixes and some documentation fixes.

Please pull.

And a question: can we have an additional rc this cycle because of the
holiday season? I was away and this extra week would help in my case.

Thanks,

   Wolfram


The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

  Linux 5.8-rc6 (2020-07-19 15:41:18 -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 02b9aec59243c6240fc42884acc958602146ddf6:

  i2c: i2c-qcom-geni: Fix DMA transfer race (2020-07-23 22:26:44 +0200)

----------------------------------------------------------------
Douglas Anderson (1):
      i2c: i2c-qcom-geni: Fix DMA transfer race

Ludovic Desroches (1):
      MAINTAINERS: i2c: at91: handover maintenance to Codrin Ciubotariu

Randy Dunlap (1):
      i2c: drop duplicated word in the header file

Raviteja Narayanam (2):
      Revert "i2c: cadence: Fix the hold bit setting"
      i2c: cadence: Clear HOLD bit at correct time in Rx path

Wolfram Sang (1):
      i2c: rcar: always clear ICSAR to avoid side effects


with much appreciated quality assurance from
----------------------------------------------------------------
Akash Asthana (1):
      (Rev.) i2c: i2c-qcom-geni: Fix DMA transfer race

Mukesh Kumar Savaliya (1):
      (Rev.) i2c: i2c-qcom-geni: Fix DMA transfer race

Sai Prakash Ranjan (1):
      (Test) i2c: i2c-qcom-geni: Fix DMA transfer race

Stephen Boyd (1):
      (Rev.) i2c: i2c-qcom-geni: Fix DMA transfer race

 MAINTAINERS                        |  2 +-
 drivers/i2c/busses/i2c-cadence.c   | 28 ++++++++++++----------------
 drivers/i2c/busses/i2c-qcom-geni.c |  6 ++++--
 drivers/i2c/busses/i2c-rcar.c      |  3 +++
 include/linux/i2c.h                |  2 +-
 5 files changed, 21 insertions(+), 20 deletions(-)

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PULL REQUEST] i2c for v5.8
@ 2020-05-19  6:36 Wolfram Sang
  2020-05-19  6:40 ` Wolfram Sang
  2020-05-19 19:00 ` pr-tracker-bot
  0 siblings, 2 replies; 7+ messages in thread
From: Wolfram Sang @ 2020-05-19  6:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

here is the pull request which I missed last week. It contains a set of
driver and core fixes as well as MAINTAINER updates.

Please pull.

Thanks,

   Wolfram


The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to efa7fb4c6c8e4171fd29a5935a9dc7a28e363278:

  MAINTAINERS: add maintainer for mediatek i2c controller driver (2020-05-15 11:40:54 +0200)

----------------------------------------------------------------
Alain Volmat (1):
      i2c: fix missing pm_runtime_put_sync in i2c_device_probe

Atsushi Nemoto (1):
      i2c: altera: Fix race between xfer_msg and isr thread

Christophe JAILLET (1):
      i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'

Codrin Ciubotariu (1):
      i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery

Gustavo A. R. Silva (1):
      i2c: mux: Replace zero-length array with flexible-array

Qii Wang (1):
      MAINTAINERS: add maintainer for mediatek i2c controller driver

Wolfram Sang (2):
      i2c: use my kernel.org address from now on
      i2c: algo-pca: update contact email

 .mailmap                              |  2 ++
 MAINTAINERS                           |  9 ++++++++-
 drivers/i2c/algos/i2c-algo-pca.c      |  2 +-
 drivers/i2c/busses/i2c-altera.c       | 10 +++++++++-
 drivers/i2c/busses/i2c-at91-master.c  | 20 +++++++++++++++++---
 drivers/i2c/i2c-core-base.c           | 24 +++++++++++++++++-------
 drivers/i2c/i2c-core-of.c             |  2 +-
 drivers/i2c/muxes/i2c-demux-pinctrl.c |  1 +
 include/linux/i2c-mux.h               |  2 +-
 include/linux/i2c.h                   |  2 +-
 10 files changed, 58 insertions(+), 16 deletions(-)

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

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

end of thread, other threads:[~2020-07-25 14:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 19:27 [PULL REQUEST] i2c for v5.8 Wolfram Sang
2020-07-24 20:43 ` Linus Torvalds
2020-07-25 14:46   ` Wolfram Sang
2020-07-24 21:40 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-05-19  6:36 Wolfram Sang
2020-05-19  6:40 ` Wolfram Sang
2020-05-19 19:00 ` pr-tracker-bot

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).