[APPLIED] [PATCH] omap3: cm-t35: add mux initialization

2009-12-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): ecc6cd343ffbaf3604b7278e34eafd63f890 PatchWorks http://patchwork.kernel.org/patch/65987/ Git (Likely to change, and takes a while to get mirrored)

Re: [PATCH] omap3: cm-t35: add mux initialization (was: Re: [PATCH] omap3: cm-t35: add mux initialization)

2009-12-09 Thread Tony Lindgren
ter. Please discard the previous version and sorry for the > noise. Great. Thanks for all your help getting the mux code sorted out. Will queue. Regards, Tony > > Regards, > > > > Tony > > > > > > From 0da6d5d13351c2fc121a86ab641e25e4ff017800 Mon Sep 17 00:00:00 2001 > From: Mike Rapopor

[PATCH] omap3: cm-t35: add mux initialization (was: Re: [PATCH] omap3: cm-t35: add mux initialization)

2009-12-09 Thread Mike Rapoport
eeded. Here's updated cm-t35 mux initialization that should apply to current linux-omap-2.6/master. Please discard the previous version and sorry for the noise. > Regards, > > Tony > > >From 0da6d5d13351c2fc121a86ab641e25e4ff017800 Mon Sep 17 00:00:00 2001 From: Mi

Re: [PATCH] omap3: cm-t35: add mux initialization

2009-12-08 Thread Mike Rapoport
Tony Lindgren wrote: > * Gadiyar, Anand [091207 08:35]: >> Tony Lindgren wrote: >>> * Mike Rapoport [091206 07:30]: Tony, Any chance this can go to 2.6.33? >>> Sure, I was just waiting to hear back if the OUTPUT_PULLUP is >>> needed for sure? Or is just OUTPUT enough for musb to work

Re: [PATCH] omap3: cm-t35: add mux initialization

2009-12-07 Thread Tony Lindgren
* Gadiyar, Anand [091207 08:35]: > Tony Lindgren wrote: > > * Mike Rapoport [091206 07:30]: > > > Tony, > > > Any chance this can go to 2.6.33? > > > > Sure, I was just waiting to hear back if the OUTPUT_PULLUP is > > needed for sure? Or is just OUTPUT enough for musb to work? > > > > Tony > >

RE: [PATCH] omap3: cm-t35: add mux initialization

2009-12-07 Thread Gadiyar, Anand
Tony Lindgren wrote: > * Mike Rapoport [091206 07:30]: > > Tony, > > Any chance this can go to 2.6.33? > > Sure, I was just waiting to hear back if the OUTPUT_PULLUP is > needed for sure? Or is just OUTPUT enough for musb to work? > > Tony > OUTPUT should work too. The ULPI spec recommends a

Re: [PATCH] omap3: cm-t35: add mux initialization

2009-12-07 Thread Tony Lindgren
* Mike Rapoport [091206 07:30]: > Tony, > Any chance this can go to 2.6.33? Sure, I was just waiting to hear back if the OUTPUT_PULLUP is needed for sure? Or is just OUTPUT enough for musb to work? Tony > Mike Rapoport wrote: > > Tony, > > > > These patches are follow-ups to your mux rework

Re: [PATCH] omap3: cm-t35: add mux initialization

2009-12-06 Thread Mike Rapoport
Tony, Any chance this can go to 2.6.33? Mike Rapoport wrote: > Tony, > > These patches are follow-ups to your mux rework series. > The first one is pretty trivial and adds OUTPUT_PULL{UP,DOWN} to shorten > the lines in omap_board_mux arrays. > The second patch adds the mux configuration for CM-T

[PATCH] omap3: cm-t35: add mux initialization

2009-11-29 Thread Mike Rapoport
CM-T35 can be assembled with different set of peripherals thus making certain interfaces available to user as GPIOs or dedicated pins. Because of it CM-T35 bootloader sets up mux configuration only for pins necessary to boot the system and the rest of the mux configuration is done by the kernel. Be

[PATCH] omap3: cm-t35: add mux initialization

2009-11-29 Thread Mike Rapoport
Tony, These patches are follow-ups to your mux rework series. The first one is pretty trivial and adds OUTPUT_PULL{UP,DOWN} to shorten the lines in omap_board_mux arrays. The second patch adds the mux configuration for CM-T35. This is actually the most compact subset of 'cat /sys/kernel/debug/oma