linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] mfd: mt6360: Merge different sub-devices I2C read/write
@ 2020-08-04 16:32 Gene Chen
  2020-08-04 16:32 ` [PATCH 1/9] mfd: mt6360: Rearrange include file Gene Chen
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Gene Chen @ 2020-08-04 16:32 UTC (permalink / raw)
  To: lee.jones, matthias.bgg, rafael
  Cc: broonie, gregkh, linux-arm-kernel, linux-mediatek, linux-kernel,
	gene_chen, benjamin.chao, shufan_lee, cy_huang

This patch series merge different sub-device I2C read/write into one Regmap and
fix coding style for well-organized.

Gene Chen (9)
  mfd: mt6360: Rearrange include file
  mfd: mt6360: Remove redundant brackets around raw numbers
  mfd: mt6360: Indicate sub-dev compatible name by using
  mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360
  mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata
  mfd: mt6360: Rename mt6360_pmu by mt6360
  mfd: mt6360: Remove handle_post_irq callback function
  mfd: mt6360: Fix flow which is used to check ic exist
  mfd: mt6360: Merge different sub-devices I2C read/write

 drivers/base/regmap/Kconfig         |    3 
 drivers/base/regmap/Makefile        |    1 
 drivers/base/regmap/regmap-mt6360.c |  163 ++++++++++++++
 drivers/mfd/Kconfig                 |    2 
 drivers/mfd/mt6360-core.c           |  394 +++++++++++++++++++-----------------
 include/linux/mfd/mt6360.h          |  225 --------------------

changelogs between v2 & v3
- Replace mt6360_data to mt6360_ddata
- Split I2C read/write to regmap driver


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

end of thread, other threads:[~2020-08-10  7:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 16:32 [PATCH v3 0/9] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-08-04 16:32 ` [PATCH 1/9] mfd: mt6360: Rearrange include file Gene Chen
2020-08-04 16:32 ` [PATCH 2/9] mfd: mt6360: Remove redundant brackets around raw numbers Gene Chen
2020-08-04 16:32 ` [PATCH 3/9] mfd: mt6360: Indicate sub-dev compatible name by using "-" Gene Chen
2020-08-04 16:32 ` [PATCH 4/9] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources Gene Chen
2020-08-04 16:32 ` [PATCH 5/9] mfd: mt6360: Rename mt6360_pmu_data by mt6360_data Gene Chen
2020-08-04 16:32 ` [PATCH 5/9] mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata Gene Chen
2020-08-04 16:32 ` [PATCH 6/9] mfd: mt6360: Rename mt6360_pmu by mt6360 Gene Chen
2020-08-04 16:33 ` [PATCH 7/9] mfd: mt6360: Remove handle_post_irq callback function Gene Chen
2020-08-04 16:33 ` [PATCH 8/9] mfd: mt6360: Fix flow which is used to check ic exist Gene Chen
2020-08-04 16:33 ` [PATCH 9/9] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-08-05 16:10   ` Mark Brown
2020-08-06  3:30     ` Gene Chen
2020-08-06 12:13       ` Mark Brown
2020-08-07  2:16         ` Gene Chen
2020-08-07 11:13           ` Mark Brown
2020-08-10  7:08           ` Lee Jones

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