mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] mxs: iomux configuration improvements
@ 2012-03-26 17:29 esben.haabendal
  2012-03-26 17:29 ` [PATCH 1/4] mxs: Fix support for BITKEEPER() macro esben.haabendal
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: esben.haabendal @ 2012-03-26 17:29 UTC (permalink / raw)
  To: barebox

From: Esben Haabendal <esben.haabendal@gmail.com>

These patches completes the iomux configuration definitions in
iomux-imx28.h, fixes a bug for PWM3 pad configuration, and fixes
support for using BITKEEPER(1) in pad configurations.

RFC: It might be better to just get rid of the split between BITKEEPER
and PULLUP in definitions.  It clearly is a source for subtle bugs
(setting PULLUP does not really do anything if the pad/function is
actually defined as a keeper pad.  As for i.MX28 the reference manual
is not very clear on which pads/functions have pullup instead of
keeper, and I am not sure that the current defintions in barebox is in
sync with the manual and/or the real world.  What do you think, should
I make a patch unifying PULLUP and BITKEEPER.

Esben Haabendal (4):
  mxs: Fix support for BITKEEPER() macro
  mxs: Fix i.MX28 PWM3 iomux configuration
  mxs: Cleanup use of blank lines in i.MX28 iomux configurations
  mxs: Add remaining i.MX28 iomux configurations

 arch/arm/mach-mxs/include/mach/iomux-imx28.h |  163 +++++++++++++++++++-------
 arch/arm/mach-mxs/iomux-imx.c                |    6 +
 2 files changed, 126 insertions(+), 43 deletions(-)

-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-04-02  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 17:29 [PATCH 0/4] mxs: iomux configuration improvements esben.haabendal
2012-03-26 17:29 ` [PATCH 1/4] mxs: Fix support for BITKEEPER() macro esben.haabendal
2012-04-02  8:44   ` Sascha Hauer
2012-03-26 17:29 ` [PATCH 2/4] mxs: Fix i.MX28 PWM3 iomux configuration esben.haabendal
2012-03-26 17:29 ` [PATCH 3/4] mxs: Cleanup use of blank lines in i.MX28 iomux configurations esben.haabendal
2012-03-26 17:29 ` [PATCH 4/4] mxs: Add remaining " esben.haabendal
2012-04-02  8:12 ` [PATCH 0/4] mxs: iomux configuration improvements Sascha Hauer

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