public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] dm: fsl_i2c: Make FSL I2C driver compatible with DM
@ 2016-04-25  6:31 Mario Six
  2016-04-25  6:31 ` [U-Boot] [PATCH 1/9] dm: fsl_i2c: Rename I2C register structure Mario Six
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Mario Six @ 2016-04-25  6:31 UTC (permalink / raw)
  To: u-boot

This patch series implements DM for the Freescale I2C driver (as used on
MPC8XXX processors) and does some minor refactoring of some functions.

Mario Six (9):
  dm: fsl_i2c: Rename I2C register structure
  dm: fsl_i2c: Use clearer parameter names
  dm: fsl_i2c: Reword and clarify comment
  dm: fsl_i2c: Remove unnecessary variable
  dm: fsl_i2c: Rename probe method
  dm: fsl_i2c: Rename methods for reading/writing data
  dm: fsl_i2c: Prepare compatibility functions
  dm: fsl_i2c: Factor out adap parameter
  dm: fsl_i2c: Enable DM for FSL I2C

 arch/m68k/include/asm/fsl_i2c.h       |   2 +-
 arch/powerpc/include/asm/fsl_i2c.h    |  12 +-
 arch/powerpc/include/asm/immap_85xx.h |   4 +-
 arch/powerpc/include/asm/immap_86xx.h |   4 +-
 board/keymile/km83xx/km83xx_i2c.c     |  28 +--
 drivers/i2c/Kconfig                   |   7 +
 drivers/i2c/fsl_i2c.c                 | 379 ++++++++++++++++++++++------------
 7 files changed, 286 insertions(+), 150 deletions(-)

--
2.7.0.GIT

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

end of thread, other threads:[~2016-04-25 14:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  6:31 [U-Boot] [PATCH 0/9] dm: fsl_i2c: Make FSL I2C driver compatible with DM Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 1/9] dm: fsl_i2c: Rename I2C register structure Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 2/9] dm: fsl_i2c: Use clearer parameter names Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 3/9] dm: fsl_i2c: Reword and clarify comment Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 4/9] dm: fsl_i2c: Remove unnecessary variable Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 5/9] dm: fsl_i2c: Rename probe method Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 6/9] dm: fsl_i2c: Rename methods for reading/writing data Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 7/9] dm: fsl_i2c: Prepare compatibility functions Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 8/9] dm: fsl_i2c: Factor out adap parameter Mario Six
2016-04-25  6:31 ` [U-Boot] [PATCH 9/9] dm: fsl_i2c: Enable DM for FSL I2C Mario Six
2016-04-25 14:42   ` Angelo Dureghello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox