linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for v5.13-rc4
@ 2021-05-29 21:15 Wolfram Sang
  2021-05-30  4:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2021-05-29 21:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

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

Linus,

this I2C pull request is a bit larger than usual at rc4 time. The reason
is due to Lee's work of fixing newly reported build warnings. The rest
is fixes as usual.

Please pull.

Thanks,

   Wolfram


The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

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 8aa0ae439966364da86fc6437375e32f2890c4c3:

  MAINTAINERS: adjust to removing i2c designware platform data (2021-05-28 16:48:48 +0200)

----------------------------------------------------------------
Chris Packham (4):
      dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
      powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
      powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers
      i2c: mpc: implement erratum A-004447 workaround

Colin Ian King (1):
      i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"

Geert Uytterhoeven (3):
      i2c: icy: Remove unused variable new_fwnode in icy_probe()
      i2c: I2C_HISI should depend on ACPI
      i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E

Jean Delvare (1):
      i2c: i801: Don't generate an interrupt on bus reset

Krzysztof Kozlowski (1):
      i2c: s3c2410: fix possible NULL pointer deref on read message after write

Lee Jones (10):
      i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
      i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
      i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc
      i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'
      i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'
      i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param
      i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
      i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure
      i2c: busses: i2c-st: Fix copy/paste function misnaming issues
      i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name

Lukas Bulwahn (1):
      MAINTAINERS: adjust to removing i2c designware platform data

Qii Wang (1):
      i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset


with much appreciated quality assurance from
----------------------------------------------------------------
Akash Asthana (1):
      (Rev.) i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"

Alain Volmat (2):
      (Rev.) i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
      (Rev.) i2c: busses: i2c-st: Fix copy/paste function misnaming issues

Andrew Lunn (1):
      (Rev.) i2c: busses: i2c-ocores: Place the expected function names into the documentation headers

Andy Shevchenko (1):
      (Rev.) MAINTAINERS: adjust to removing i2c designware platform data

Fabrizio Castro (1):
      (Rev.) i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E

Jarkko Nikula (1):
      (Test) i2c: i801: Don't generate an interrupt on bus reset

Jean Delvare (1):
      (Rev.) i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc

Linus Walleij (1):
      (Rev.) i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'

Max Staudt (1):
      (Rev.) i2c: icy: Remove unused variable new_fwnode in icy_probe()

Michal Simek (1):
      (Rev.) i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'

Peter Korsgaard (1):
      (Rev.) i2c: busses: i2c-ocores: Place the expected function names into the documentation headers

 Documentation/devicetree/bindings/i2c/i2c-mpc.yaml |  7 ++
 MAINTAINERS                                        |  1 -
 arch/powerpc/boot/dts/fsl/p1010si-post.dtsi        |  8 +++
 arch/powerpc/boot/dts/fsl/p2041si-post.dtsi        | 16 +++++
 drivers/i2c/busses/Kconfig                         |  2 +-
 drivers/i2c/busses/i2c-ali1563.c                   |  2 +-
 drivers/i2c/busses/i2c-cadence.c                   |  2 +-
 drivers/i2c/busses/i2c-designware-master.c         |  2 +-
 drivers/i2c/busses/i2c-eg20t.c                     |  3 +-
 drivers/i2c/busses/i2c-i801.c                      |  6 +-
 drivers/i2c/busses/i2c-icy.c                       |  1 -
 drivers/i2c/busses/i2c-mpc.c                       | 81 +++++++++++++++++++++-
 drivers/i2c/busses/i2c-mt65xx.c                    |  5 ++
 drivers/i2c/busses/i2c-nomadik.c                   |  2 +-
 drivers/i2c/busses/i2c-ocores.c                    |  8 +--
 drivers/i2c/busses/i2c-pnx.c                       |  8 +--
 drivers/i2c/busses/i2c-qcom-geni.c                 |  2 +-
 drivers/i2c/busses/i2c-s3c2410.c                   |  3 +
 drivers/i2c/busses/i2c-sh_mobile.c                 |  2 +-
 drivers/i2c/busses/i2c-st.c                        |  4 +-
 drivers/i2c/busses/i2c-stm32f4.c                   |  2 +-
 drivers/i2c/muxes/i2c-arb-gpio-challenge.c         |  4 +-
 22 files changed, 142 insertions(+), 29 deletions(-)

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

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

* Re: [PULL REQUEST] i2c for v5.13-rc4
  2021-05-29 21:15 [PULL REQUEST] i2c for v5.13-rc4 Wolfram Sang
@ 2021-05-30  4:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-30  4:30 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linus Torvalds, linux-i2c, linux-kernel, Peter Rosin,
	Bartosz Golaszewski

The pull request you sent on Sat, 29 May 2021 23:15:52 +0200:

> 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/b90e90f40b4ff23c753126008bf4713a42353af6

Thank you!

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

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

end of thread, other threads:[~2021-05-30  4:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29 21:15 [PULL REQUEST] i2c for v5.13-rc4 Wolfram Sang
2021-05-30  4:30 ` 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).