linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/4] i2c-mpc: add support for the Freescale MPC512x and other fixes
@ 2010-02-17 10:19 Wolfgang Grandegger
       [not found] ` <1266401960-19127-1-git-send-email-wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2010-02-17 10:19 UTC (permalink / raw)
  To: Linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	Devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Wolfgang Grandegger

This patch series adds support for the MPC512x from Freescale to the
i2c-mpc driver. At that occasion, issues with  __devinit[data] have
been fixed and the doc of the FSL I2C dts bindings updated. It has
been tested on a MPC5121ADS, TQM5200 and TQM8560 board

Changes since v1:

- use macro MPC_I2C_CLOCK_PRESERVE/SAFE for the special clock settings.
- document the special DTS node "fsl,mpc5121-i2c-ctrl".
- update and correct the Kconfig help.
- some other minor fixes as suggested by Wolfram.

Changes since v2:

- use __init[data] instead of __devinit[data] for this driver.

Changes since v3:

- switch back to __devinit[data] as pointed out by Ben.

Changes since v4:

- check MPC_I2C_CLOCK_SAFE instead of "!clock" as suggested by Wolfram.
- update MODULE_DESCRIPTION().

Changes since v5 (suggested by Grant Likely):

- various correctings for labling initialization functions and data
  (this is tricky because section mismatches are not always obvious).
- add a separate patch for renaming the setclock into setup functions.
- correct the doc of the I2C bindings, e.g. don't mention the legacy
  clock setting and remove obsolte parts.

Changes since v6:

- use __devinitconst for const data as suggested by Stephen Rothwell.

Changes since v7:

- fix non-bisectable patch 1 as pointed out by Grant Likely.

Wolfgang

Wolfgang Grandegger (4):
  i2c-mpc: use __devinit[data] for initialization functions and data
  i2c-mpc: rename "setclock" initialization functions to "setup"
  i2c-mpc: add support for the MPC512x processors from Freescale
  powerpc: doc/dts-bindings: update doc of FSL I2C bindings

 Documentation/powerpc/dts-bindings/fsl/i2c.txt |   30 +++-
 drivers/i2c/busses/Kconfig                     |    7 +-
 drivers/i2c/busses/i2c-mpc.c                   |  194 +++++++++++++++---------
 3 files changed, 146 insertions(+), 85 deletions(-)

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

end of thread, other threads:[~2010-02-17 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 10:19 [PATCH v8 0/4] i2c-mpc: add support for the Freescale MPC512x and other fixes Wolfgang Grandegger
     [not found] ` <1266401960-19127-1-git-send-email-wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2010-02-17 10:19   ` [PATCH v8 1/4] i2c-mpc: use __devinit[data] for initialization functions and data Wolfgang Grandegger
     [not found]     ` <1266401960-19127-2-git-send-email-wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2010-02-17 10:19       ` [PATCH v8 2/4] i2c-mpc: rename "setclock" initialization functions to "setup" Wolfgang Grandegger
     [not found]         ` <1266401960-19127-3-git-send-email-wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2010-02-17 10:19           ` [PATCH v8 3/4] i2c-mpc: add support for the MPC512x processors from Freescale Wolfgang Grandegger
     [not found]             ` <1266401960-19127-4-git-send-email-wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2010-02-17 10:19               ` [PATCH v8 4/4] powerpc: doc/dts-bindings: update doc of FSL I2C bindings Wolfgang Grandegger

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