linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 16:42:57 to 2023-06-01 09:11:04 UTC [more...]

[RFC PATCH v3 0/7] i2c: Enabling use of aspeed-i2c with ACPI
 2023-06-01  9:10 UTC  (15+ messages)
` [RFC PATCH v3 1/7] i2c: acpi: set slave mode flag
` [RFC PATCH v3 2/7] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH v3 3/7] i2c: aspeed: Don't report error when optional dt bus-frequency not supplied
` [RFC PATCH v3 4/7] i2c: aspeed: use a function pointer type def for clk_reg_val callback
` [RFC PATCH v3 5/7] i2c: aspeed: switch to generic fw properties
` [RFC PATCH v3 6/7] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH v3 7/7] HACK: i2c: aspeed: Comment clock out and make reset optional

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-06-01  7:43 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[PATCH v2] i2c: add support for Zhaoxin I2C controller
 2023-06-01  6:37 UTC 

[PATCH] i2c: Devices which have some i2c addr can work in same i2c bus
 2023-06-01  3:34 UTC 

[PATCH net-next v10 0/9] TXGBE PHYLINK support
 2023-06-01  3:01 UTC  (10+ messages)
` [PATCH net-next v10 1/9] net: txgbe: Add software nodes to support phylink
` [PATCH net-next v10 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC
` [PATCH net-next v10 3/9] net: txgbe: Register fixed rate clock
` [PATCH net-next v10 4/9] net: txgbe: Register I2C platform device
` [PATCH net-next v10 5/9] net: txgbe: Add SFP module identify
` [PATCH net-next v10 6/9] net: txgbe: Support GPIO to SFP socket
` [PATCH net-next v10 7/9] net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
` [PATCH net-next v10 8/9] net: txgbe: Implement phylink pcs
` [PATCH net-next v10 9/9] net: txgbe: Support phylink MAC layer

[PATCH 1/2] dt-bindings: i2c: i2c-mt65xx: add additional clocks
 2023-05-31 16:11 UTC  (2+ messages)
` [PATCH 2/2] i2c: mt65xx: "

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-05-31 13:47 UTC  (15+ messages)

[PATCH v2] i2c: add support for Zhaoxin I2C controller
 2023-05-31 11:00 UTC  (2+ messages)

[RFC PATCH v2 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-31 10:46 UTC  (15+ messages)
` [RFC PATCH v2 1/6] i2c: acpi: set slave mode flag
` [RFC PATCH v2 2/6] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH v2 3/6] i2c: aspeed: Don't report error when optional dt bus-frequency not supplied
` [RFC PATCH v2 4/6] i2c: aspeed: switch to generic fw properties
` [RFC PATCH v2 5/6] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH v2 6/6] HACK: i2c: aspeed: Comment clock out and make reset optional

[PATCH 1/2] i2c: imx-lpi2c: add bus recovery feature
 2023-05-31 10:22 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: i2c: imx-lpi2c: Add bus recovery example
    ` [EXT] "

[PATCH net-next v9 0/9] TXGBE PHYLINK support
 2023-05-31 10:11 UTC  (36+ messages)
` [PATCH net-next v9 1/9] net: txgbe: Add software nodes to support phylink
` [PATCH net-next v9 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC
` [PATCH net-next v9 3/9] net: txgbe: Register fixed rate clock
` [PATCH net-next v9 4/9] net: txgbe: Register I2C platform device
` [PATCH net-next v9 5/9] net: txgbe: Add SFP module identify
` [PATCH net-next v9 6/9] net: txgbe: Support GPIO to SFP socket
` [PATCH net-next v9 7/9] net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
` [PATCH net-next v9 8/9] net: txgbe: Implement phylink pcs
` [PATCH net-next v9 9/9] net: txgbe: Support phylink MAC layer

W sprawie samochodu
 2023-05-31  7:41 UTC 

[PATCH v4] i2c: lpi2c: cache peripheral clock rate
 2023-05-31  7:37 UTC  (2+ messages)

[PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue
 2023-05-31  6:34 UTC  (11+ messages)
` [PATCH v7 1/9] drivers: fwnode: fix fwnode_irq_get[_byname]()
` [PATCH v7 2/9] iio: mb1232: relax return value check for IRQ get
` [PATCH v7 3/9] iio: cdc: ad7150: "
` [PATCH v7 4/9] pinctrl: wpcm450: "
` [PATCH v7 5/9] pinctrl: ingenic: "
` [PATCH v7 6/9] pinctrl: pistachio: "
` [PATCH v7 7/9] i2c: i2c-smbus: fwnode_irq_get_byname() return value fix
` [PATCH v7 8/9] net-next: mvpp2: relax return value check for IRQ get
` [PATCH v7 9/9] net-next: mvpp2: don't shadow error

[PATCH] i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
 2023-05-30 18:50 UTC  (2+ messages)

[RFC PATCH 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-30 14:44 UTC  (16+ messages)
` [RFC PATCH 1/6] i2c: acpi: set slave mode flag
` [RFC PATCH 2/6] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH 3/6] i2c: aspeed: switch to generic fw properties
` [RFC PATCH 4/6] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH 5/6] HACK: i2c: aspeed: Comment the clock and reset out
` [RFC PATCH 6/6] HACK: i2c: aspeed: Enable build without COMPILE_TEST

[PATCH] i2c: sprd: Delete i2c adapter in .remove's error path
 2023-05-30 13:53 UTC  (4+ messages)

[PATCH] i2c: imx-lpi2c: add debug message when i2c peripheral clk doesn't work
 2023-05-29  7:23 UTC 

[PATCH v5 0/8] fix fwnode_irq_get[_byname()] returnvalue
 2023-05-28 19:14 UTC  (5+ messages)
` [PATCH v5 3/8] net-next: mvpp2: relax return value check for IRQ get

[PATCH v6 0/8] fix fwnode_irq_get[_byname()] returnvalue
 2023-05-28 17:25 UTC  (16+ messages)
` [PATCH v6 1/8] drivers: fwnode: fix fwnode_irq_get[_byname]()
` [PATCH v6 2/8] iio: mb1232: relax return value check for IRQ get
` [PATCH v6 3/8] net-next: mvpp2: "
` [PATCH v6 4/8] pinctrl: wpcm450: "
` [PATCH v6 5/8] pinctrl: ingenic: "
` [PATCH v6 6/8] pinctrl: pistachio: "
` [PATCH v6 7/8] iio: cdc: ad7150: "
` [PATCH v6 8/8] i2c: i2c-smbus: fwnode_irq_get_byname() return value fix

[PATCH 0/3] RZ/V2M I2Cdriver clean ups
 2023-05-27 16:15 UTC  (3+ messages)

[PATCH v3] i2c: designware: fix idx_write_cnt in read loop
 2023-05-26 13:58 UTC  (2+ messages)

[PATCH RESEND v2 0/3] RZ/V2M I2Cdriver clean ups
 2023-05-26 13:57 UTC  (4+ messages)
` [PATCH RESEND v2 1/3] i2c: rzv2m: Drop extra space
` [PATCH RESEND v2 2/3] i2c: rzv2m: Replace lowercase macros with static inline functions
` [PATCH RESEND v2 3/3] i2c: rzv2m: Disable the operation of unit in case of error

[PATCH v2 0/3] RZ/V2M I2Cdriver clean ups
 2023-05-26 13:41 UTC  (5+ messages)
` [PATCH v2 1/3] i2c: rzv2m: Drop extra space
` [PATCH v2 2/3] i2c: rzv2m: Replace lowercase macros with static inline functions
` [PATCH v2 3/3] i2c: rzv2m: Disable the operation of unit in case of error

[PATCH 1/3] i2c: rzv2m: Drop extra space
 2023-05-26  8:11 UTC  (8+ messages)
` [PATCH 2/3] i2c: rzv2m: Rename macro names in all uppercase
` [PATCH 3/3] i2c: rzv2m: Disable the operation of unit in case of error

Re: [PATCH v3] i2c: ocores: use devm_ managed clks
 2023-05-26  7:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH i2c-tools v2] i2cdetect: add messages for errors during bus listing
 2023-05-26  0:24 UTC 

[PATCH i2c-tools] Update links for https and changed URLs
 2023-05-26  0:31 UTC 

Re: [PATCH v3] i2c: ocores: use devm_ managed clks
 2023-05-25 19:16 UTC  (10+ messages)
`  "

[PATCH v1] i2c: designware: Handle invalid SMBus block data response length
 2023-05-25  9:30 UTC  (3+ messages)

[PATCH] i2c: mv64xxx: Fix reading invalid status value in atomic mode
 2023-05-24 16:24 UTC  (2+ messages)

[PATCH v1] i2c: designware: fix idx_write_cnt in read loop
 2023-05-24 14:05 UTC  (3+ messages)

[PATCH] misc: Switch i2c drivers back to use .probe()
 2023-05-24  9:51 UTC  (3+ messages)

[PATCH] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-05-24  2:40 UTC 

[PATCH 0/2] i2c: i801: Force no IRQ for Dell Latitude E7450
 2023-05-23 18:03 UTC  (2+ messages)

[PATCH v3 1/3] i2c: i801: Enlarge device name field in i801_ids table
 2023-05-23 17:35 UTC  (6+ messages)
` [PATCH v3 2/3] i2c: i801: Add support for Intel Meteor Lake SoC-S
` [PATCH v3 3/3] i2c: i801: Add support for Intel Meteor Lake PCH-S


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