* [PULL REQUEST] i2c-for-6.13-part2
@ 2024-11-24 15:41 Wolfram Sang
2024-11-26 1:40 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2024-11-24 15:41 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski,
Andi Shyti
[-- Attachment #1: Type: text/plain, Size: 4195 bytes --]
The following changes since commit 9f16d5e6f220661f73b36a4be1b21575651d8833:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2024-11-23 16:00:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.13-part2
for you to fetch changes up to 16470f60666618830cb9f0b8dfafd34a838c6dbd:
MAINTAINERS: transfer i2c-aspeed maintainership from Brendan to Ryan (2024-11-24 16:03:51 +0100)
----------------------------------------------------------------
i2c-for-6.13-part2
Andi was super busy the last weeks, so this pull requests contains one
series (nomadik) and a number of smaller additions which were ready to
go but got nearly overlooked. Despite the late collection, they have been
properly reviewed and have been in -next for 6 days now in Andi's tree.
New feature support:
- Added support for frequencies up to 3.4 MHz on Nomadik I2C.
- DesignWare now accounts for bus capacitance and clock
optimisation (declared as new parameters in the binding) to
improve the calculation of signal rise and fall times
(t_high and t_low).
New Hardware support:
- DWAPB I2C controller on FUJITSU-MONAKA (new ACPI HID).
- Allwinner A523 (new compatible ID).
- Mobileye EyeQ6H (new compatible ID).
----------------------------------------------------------------
Andre Przywara (1):
dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string
Bartosz Golaszewski (1):
i2c: qup: use generic device property accessors
Brendan Higgins (1):
MAINTAINERS: transfer i2c-aspeed maintainership from Brendan to Ryan
Michael Wu (2):
dt-bindings: i2c: snps,designware-i2c: declare bus capacitance and clk freq optimized
i2c: designware: determine HS tHIGH and tLOW based on HW parameters
Théo Lebrun (6):
dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz
i2c: nomadik: switch from of_device_is_compatible() to of_match_device()
i2c: nomadik: support Mobileye EyeQ6H I2C controller
i2c: nomadik: fix BRCR computation
i2c: nomadik: support >=1MHz speed modes
Yoshihiro Furudera (1):
i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA
with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (2):
(Rev.) i2c: designware: determine HS tHIGH and tLOW based on HW parameters
(Rev.) i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA
Krzysztof Kozlowski (1):
(Rev.) dt-bindings: i2c: snps,designware-i2c: declare bus capacitance and clk freq optimized
Linus Walleij (6):
(Rev.) i2c: nomadik: support >=1MHz speed modes
(Rev.) i2c: nomadik: fix BRCR computation
(Rev.) i2c: nomadik: support Mobileye EyeQ6H I2C controller
(Rev.) i2c: nomadik: switch from of_device_is_compatible() to of_match_device()
(Rev.) dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz
(Rev.) dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
Neil Armstrong (1):
(Rev.) i2c: qup: use generic device property accessors
Rob Herring (Arm) (2):
(Rev.) dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz
(Rev.) dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
.../bindings/i2c/marvell,mv64xxx-i2c.yaml | 1 +
.../bindings/i2c/snps,designware-i2c.yaml | 18 +++++
.../devicetree/bindings/i2c/st,nomadik-i2c.yaml | 13 ++--
MAINTAINERS | 2 +-
drivers/i2c/busses/i2c-designware-common.c | 5 ++
drivers/i2c/busses/i2c-designware-core.h | 6 ++
drivers/i2c/busses/i2c-designware-master.c | 23 +++++-
drivers/i2c/busses/i2c-designware-platdrv.c | 1 +
drivers/i2c/busses/i2c-nomadik.c | 87 +++++++++++++---------
drivers/i2c/busses/i2c-qup.c | 4 +-
10 files changed, 115 insertions(+), 45 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-26 1:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-24 15:41 [PULL REQUEST] i2c-for-6.13-part2 Wolfram Sang
2024-11-26 1:40 ` 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