From: Mario Six <mario.six@gdsys.cc>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/9] dm: fsl_i2c: Make FSL I2C driver compatible with DM
Date: Mon, 25 Apr 2016 08:31:00 +0200 [thread overview]
Message-ID: <cover.1461565120.git.mario.six@gdsys.cc> (raw)
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
next reply other threads:[~2016-04-25 6:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 6:31 Mario Six [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1461565120.git.mario.six@gdsys.cc \
--to=mario.six@gdsys.cc \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.