linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	Peter Rosin <peda@axentia.se>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [PULL REQUEST] i2c for v5.13-rc4
Date: Sat, 29 May 2021 23:15:52 +0200	[thread overview]
Message-ID: <YLKvCNTvXTpPabHq@kunai> (raw)

[-- 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 --]

             reply	other threads:[~2021-05-29 21:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-29 21:15 Wolfram Sang [this message]
2021-05-30  4:30 ` [PULL REQUEST] i2c for v5.13-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YLKvCNTvXTpPabHq@kunai \
    --to=wsa@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).