linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] i2c: designware: Support fast mode plus and high speed
@ 2016-08-12 14:02 Jarkko Nikula
  2016-08-12 14:02 ` [PATCH 1/8] i2c: designware: Move clk_freq into struct dw_i2c_dev Jarkko Nikula
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jarkko Nikula @ 2016-08-12 14:02 UTC (permalink / raw)
  To: linux-i2c
  Cc: Wolfram Sang, Andy Shevchenko, Mika Westerberg, Weifeng Voon,
	Jarkko Nikula

Patches here were posted before for v4.8 but got dropped due merge
conflicts with changes coming from ACPI subsystem.

http://www.spinics.net/lists/linux-i2c/msg24699.html
http://www.spinics.net/lists/linux-i2c/msg24857.html

I promised to resend both sets together since my set doesn't have much use
without Weifeng's set and my patches are done on top of it.

Patches 1-4/8 are same than before. Patch 5/8 had tiny conflict with the
ed1bf03470b8 ("i2c: designware-pci: Make bus number allocation robust")
because both added the DW_IC_CON_SPEED_MASK.

Patches 6-7/8 are a bit larger due conflicts with the
commit 525e6fabeae2 ("i2c / ACPI: add support for ACPI reconfigure
notifications"). No changes in patch 8/8.

Jarkko Nikula (3):
  i2c: core: Cleanup I2C ACPI namespace, take 2
  i2c: core: Add function for finding the bus speed from ACPI, take 2
  i2c: designware: Find bus speed from ACPI

Weifeng Voon (5):
  i2c: designware: Move clk_freq into struct dw_i2c_dev
  i2c: designware: get fast plus and high speed *CNT configuration
  i2c: designware: Enable fast mode plus
  i2c: designware: set the common config before the if else
  i2c: designware: Enable high speed mode

 drivers/i2c/busses/i2c-designware-core.c    |  33 ++++-
 drivers/i2c/busses/i2c-designware-core.h    |  11 ++
 drivers/i2c/busses/i2c-designware-platdrv.c |  43 +++++--
 drivers/i2c/i2c-core.c                      | 179 ++++++++++++++++++++--------
 include/linux/i2c.h                         |   9 ++
 5 files changed, 208 insertions(+), 67 deletions(-)

-- 
2.8.1

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

end of thread, other threads:[~2016-08-25 19:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 14:02 [PATCH 0/8] i2c: designware: Support fast mode plus and high speed Jarkko Nikula
2016-08-12 14:02 ` [PATCH 1/8] i2c: designware: Move clk_freq into struct dw_i2c_dev Jarkko Nikula
2016-08-12 14:02 ` [PATCH 2/8] i2c: designware: get fast plus and high speed *CNT configuration Jarkko Nikula
2016-08-12 14:02 ` [PATCH 3/8] i2c: designware: Enable fast mode plus Jarkko Nikula
2016-08-12 14:02 ` [PATCH 4/8] i2c: designware: set the common config before the if else Jarkko Nikula
2016-08-12 14:02 ` [PATCH 5/8] i2c: designware: Enable high speed mode Jarkko Nikula
2016-08-12 14:02 ` [PATCH 6/8] i2c: core: Cleanup I2C ACPI namespace, take 2 Jarkko Nikula
2016-08-12 14:02 ` [PATCH 7/8] i2c: core: Add function for finding the bus speed from ACPI, " Jarkko Nikula
2016-08-12 14:02 ` [PATCH 8/8] i2c: designware: Find bus speed from ACPI Jarkko Nikula
2016-08-17 16:53 ` [PATCH 0/8] i2c: designware: Support fast mode plus and high speed Andy Shevchenko
2016-08-25 19:55 ` 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).