linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i2c-xlp9xx Add support for SMBAlert and minor fixes
@ 2018-05-16  7:00 George Cherian
  2018-05-16  7:00 ` [PATCH 1/4] i2c: xlp9xx: Add support for SMBAlert George Cherian
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: George Cherian @ 2018-05-16  7:00 UTC (permalink / raw)
  To: linux-i2c, linux-kernel
  Cc: wsa, jglauber, kamlakant.patel, mchehab+samsung, davem, gregkh,
	akpm, linus.walleij, rdunlap, george.cherian

This series adds the SMBAlert support for i2c-xlp9xx driver and the following
fixes.

Patch 2: Make sure we update the transfer length to a future length.

Patch 3: Restrict the transfer size to I2C_SMBUS_BLOCK_SIZE for transfers
with I2C_M_RECV_LEN is set.

Patch 4: While at that update the MAINATINERS file to reflect the current
maintainers of the driver.

George Cherian (4):
  i2c: xlp9xx: Add support for SMBAlert
  i2c: xlp9xx: Fix issue seen when updating receive length
  i2c: xlp9xx: Make sure the transfer size is not more than
    I2C_SMBUS_BLOCK_SIZE
  i2c: xlp9xx: Add MAINTAINERS entry

 MAINTAINERS                     |  8 ++++
 drivers/i2c/busses/i2c-xlp9xx.c | 89 +++++++++++++++++++++++++++++++----------
 2 files changed, 76 insertions(+), 21 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-05-22 12:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16  7:00 [PATCH 0/4] i2c-xlp9xx Add support for SMBAlert and minor fixes George Cherian
2018-05-16  7:00 ` [PATCH 1/4] i2c: xlp9xx: Add support for SMBAlert George Cherian
2018-05-22 12:08   ` Wolfram Sang
2018-05-16  7:00 ` [PATCH 2/4] i2c: xlp9xx: Fix issue seen when updating receive length George Cherian
2018-05-22 12:08   ` Wolfram Sang
2018-05-16  7:00 ` [PATCH 3/4] i2c: xlp9xx: Make sure the transfer size is not more than I2C_SMBUS_BLOCK_SIZE George Cherian
2018-05-22 12:08   ` Wolfram Sang
2018-05-16  7:00 ` [PATCH 4/4] i2c: xlp9xx: Add MAINTAINERS entry George Cherian
2018-05-22 11:54   ` Wolfram Sang
2018-05-22 11:57     ` Jan Glauber
2018-05-22 12:09   ` Wolfram Sang

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