linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] i2c: core/designware: Find bus speed from ACPI
@ 2016-06-06 11:26 Jarkko Nikula
  2016-06-06 11:26 ` [PATCH 1/3] i2c: core: Cleanup I2C ACPI namespace Jarkko Nikula
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jarkko Nikula @ 2016-06-06 11:26 UTC (permalink / raw)
  To: linux-i2c
  Cc: Wolfram Sang, Andy Shevchenko, Mika Westerberg, Weifeng Voon,
	Jarkko Nikula

These patches add support to i2c-core for finding the bus speed from
ACPI by looking at slowest connection from ACPI I2cSerialBus resources
that are associated to I2C controller and use it in i2c-designware.

i2c-core patches apply on top of v4.7-rc1 and i2c-designware change is
on top of Weifeng's fast mode + and high speed set:

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

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

 drivers/i2c/busses/i2c-designware-platdrv.c |   6 +-
 drivers/i2c/i2c-core.c                      | 116 +++++++++++++++++++---------
 include/linux/i2c.h                         |   9 +++
 3 files changed, 94 insertions(+), 37 deletions(-)

-- 
2.8.1

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

end of thread, other threads:[~2016-08-02 15:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 11:26 [PATCH 0/3] i2c: core/designware: Find bus speed from ACPI Jarkko Nikula
2016-06-06 11:26 ` [PATCH 1/3] i2c: core: Cleanup I2C ACPI namespace Jarkko Nikula
2016-07-14 13:35   ` Wolfram Sang
2016-07-19  4:33     ` Wolfram Sang
2016-06-06 11:26 ` [PATCH 2/3] i2c: core: Add function for finding the bus speed from ACPI Jarkko Nikula
2016-07-14 13:35   ` Wolfram Sang
2016-07-19  4:33     ` Wolfram Sang
2016-06-06 11:26 ` [PATCH 3/3] i2c: designware: Find " Jarkko Nikula
2016-07-14 13:36   ` Wolfram Sang
2016-08-02 14:03     ` Jarkko Nikula
2016-08-02 14:43       ` Wolfram Sang
2016-06-06 13:24 ` [PATCH 0/3] i2c: core/designware: " Andy Shevchenko
2016-06-06 16:06 ` Mika Westerberg

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