lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 29 May 2021 23:15:52 +0200
From:   Wolfram Sang <wsa@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
        Peter Rosin <peda@...ntia.se>,
        Bartosz Golaszewski <brgl@...ev.pl>
Subject: [PULL REQUEST] i2c for v5.13-rc4

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

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ