All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/8] add i2c driver supported for rk3399
@ 2016-05-10 19:24 ` David Wu
  0 siblings, 0 replies; 52+ messages in thread
From: David Wu @ 2016-05-10 19:24 UTC (permalink / raw)
  To: heiko, wsa
  Cc: robh+dt, dianders, andy.shevchenko, pawel.moll, mark.rutland,
	ijc+devicetree, galak, briannorris, davidriley, huangtao, hl,
	xjq, zyw, cf, linux-arm-kernel, linux-rockchip, linux-i2c,
	devicetree, linux-kernel, David Wu

There are three points differert from others:
 - new method to caculate i2c timings for rk3399
 - pclk and function clk are separated at rk3399
 - add fast-plus mode supported for rk3399

David Wu (8):
  i2c: rk3x: add documentation to fields in "struct rk3x_i2c"
  i2c: rk3x: use struct "rk3x_i2c_calced_timings"
  i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()
  i2c: rk3x: Change SoC data to not use array
  i2c: rk3x: Move spec timing data to "static const" structs
  dt-bindings: i2c: rk3x: add support for rk3399
  i2c: rk3x: add i2c support for rk3399 soc
  i2c: rk3x: support fast-mode plus for rk3399

 Documentation/devicetree/bindings/i2c/i2c-rk3x.txt |  16 +-
 drivers/i2c/busses/i2c-rk3x.c                      | 493 +++++++++++++++++----
 2 files changed, 430 insertions(+), 79 deletions(-)

-- 
1.9.1

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

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

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10 19:24 [PATCH v8 0/8] add i2c driver supported for rk3399 David Wu
2016-05-10 19:24 ` David Wu
2016-05-10 19:24 ` [PATCH v8 1/8] i2c: rk3x: add documentation to fields in "struct rk3x_i2c" David Wu
2016-05-10 19:24   ` David Wu
2016-05-11 15:04   ` Heiko Stuebner
2016-05-11 15:04     ` Heiko Stuebner
2016-05-10 19:24 ` [PATCH v8 2/8] i2c: rk3x: use struct "rk3x_i2c_calced_timings" David Wu
2016-05-10 19:24   ` David Wu
2016-05-10 19:24 ` [PATCH v8 3/8] i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd() David Wu
2016-05-10 19:24   ` David Wu
2016-05-11 18:26   ` Heiko Stuebner
2016-05-11 18:26     ` Heiko Stuebner
2016-05-12  1:11     ` David.Wu
2016-05-12  1:11       ` David.Wu
2016-05-10 19:24 ` [PATCH v8 4/8] i2c: rk3x: Change SoC data to not use array David Wu
2016-05-10 19:24   ` David Wu
2016-05-10 19:29 ` [PATCH v8 5/8] i2c: rk3x: Move spec timing data to "static const" structs David Wu
2016-05-10 19:29   ` David Wu
2016-05-10 19:30 ` [PATCH v8 6/8] dt-bindings: i2c: rk3x: add support for rk3399 David Wu
2016-05-10 19:30   ` David Wu
2016-05-10 19:30   ` David Wu
2016-05-11 16:35   ` Doug Anderson
2016-05-11 16:35     ` Doug Anderson
2016-05-12  1:14     ` David.Wu
2016-05-12  1:14       ` David.Wu
2016-05-11 18:20   ` Heiko Stuebner
2016-05-11 18:20     ` Heiko Stuebner
2016-05-10 19:31 ` [PATCH v8 7/8] i2c: rk3x: add i2c support for rk3399 soc David Wu
2016-05-10 19:31   ` David Wu
2016-05-11 11:43   ` Caesar Wang
2016-05-11 11:43     ` Caesar Wang
2016-05-11 17:37   ` Doug Anderson
2016-05-11 17:37     ` Doug Anderson
2016-05-12  1:08     ` David.Wu
2016-05-12  1:08       ` David.Wu
2016-05-12 15:07       ` David.Wu
2016-05-12 15:07         ` David.Wu
2016-05-12 21:09         ` Doug Anderson
2016-05-12 21:09           ` Doug Anderson
2016-05-12 21:09           ` Doug Anderson
2016-05-10 19:33 ` [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399 David Wu
2016-05-10 19:33   ` David Wu
2016-05-11 11:44   ` Caesar Wang
2016-05-11 11:44     ` Caesar Wang
2016-05-11 21:09   ` Heiko Stuebner
2016-05-11 21:09     ` Heiko Stuebner
2016-05-11 23:41     ` Doug Anderson
2016-05-11 23:41       ` Doug Anderson
2016-05-11 23:41       ` Doug Anderson
2016-05-12  8:30       ` Heiko Stuebner
2016-05-12  8:30         ` Heiko Stuebner
2016-05-12  8:30         ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.