linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] iProc I2C driver enhancement
@ 2016-02-12 21:10 Ray Jui
  2016-02-12 21:10 ` [PATCH v2 1/3] i2c: iproc: Add recovery mechanism in error case Ray Jui
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ray Jui @ 2016-02-12 21:10 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, linux-kernel, bcm-kernel-feedback-list, Icarus Chau,
	Ray Jui, Ray Jui

This patch series 1) adds recovery support to the I2C host controller; 2) fix
a typo in the driver; and 3) adds support for large TX payload size

This patch series is based on Linux v4.5-rc1 and is available at:

repo: https://github.com/Broadcom/cygnus-linux.git
branch: iproc-i2c-large-tx-v2

Changes from v1:
 - Get rid of redundant function prototypes by placing functions in the right
order
 - Get rid of redundant setting of member 'max_write_len' from
'struct i2c_adapter_quirks'

Ray Jui (3):
  i2c: iproc: Add recovery mechanism in error case
  i2c: iproc: Fix typo in the driver
  i2c: iproc: Support larger TX transfer

 drivers/i2c/busses/i2c-bcm-iproc.c | 177 ++++++++++++++++++++++++++-----------
 1 file changed, 124 insertions(+), 53 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-02-12 21:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12 21:10 [PATCH v2 0/3] iProc I2C driver enhancement Ray Jui
2016-02-12 21:10 ` [PATCH v2 1/3] i2c: iproc: Add recovery mechanism in error case Ray Jui
2016-02-12 21:41   ` Wolfram Sang
2016-02-12 21:45     ` Ray Jui
2016-02-12 21:10 ` [PATCH v2 2/3] i2c: iproc: Fix typo in the driver Ray Jui
2016-02-12 21:42   ` Wolfram Sang
2016-02-12 21:10 ` [PATCH v2 3/3] i2c: iproc: Support larger TX transfer Ray Jui
2016-02-12 21:44   ` 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).