All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Resolve revision handling and add support for DA silicon
@ 2020-04-17 10:55 Adam Thomson
  2020-04-17 10:55 ` [PATCH v3 1/2] mfd: da9063: Fix revision handling to correctly select reg tables Adam Thomson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Adam Thomson @ 2020-04-17 10:55 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel, Support Opensource

This patch set fixes the currently broken revision handling in the driver's
i2c_probe() function and then adds DA support to existing permitted revisions.

v3:
 - Replaced magic numbers around I2C paged access code with enums and defines
 - Small style tidy ups as requested by Lee Jones

v2:
 - Use raw I2C read access instead of a temporary regmap to interrogate chip and
   variant id registers

Adam Thomson (2):
  mfd: da9063: Fix revision handling to correctly select reg tables
  mfd: da9063: Add support for latest DA silicon revision

 drivers/mfd/da9063-core.c            |  31 ----
 drivers/mfd/da9063-i2c.c             | 271 +++++++++++++++++++++++++++++++----
 include/linux/mfd/da9063/core.h      |   1 +
 include/linux/mfd/da9063/registers.h |  15 +-
 4 files changed, 257 insertions(+), 61 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2020-06-18 16:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 10:55 [PATCH v3 0/2] Resolve revision handling and add support for DA silicon Adam Thomson
2020-04-17 10:55 ` [PATCH v3 1/2] mfd: da9063: Fix revision handling to correctly select reg tables Adam Thomson
2020-06-18 10:15   ` Lee Jones
2020-06-18 10:57     ` Adam Thomson
2020-06-18 11:15       ` Lee Jones
2020-06-18 12:48         ` Adam Thomson
2020-06-18 16:38           ` Lee Jones
2020-04-17 10:55 ` [PATCH v3 2/2] mfd: da9063: Add support for latest DA silicon revision Adam Thomson
2020-06-15 12:33 ` [PATCH v3 0/2] Resolve revision handling and add support for DA silicon Adam Thomson

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.