[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

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

2009-12-09 Thread Mike Rapoport
and sorry for the noise. Regards, Tony From 0da6d5d13351c2fc121a86ab641e25e4ff017800 Mon Sep 17 00:00:00 2001 From: Mike Rapoport m...@compulab.co.il Date: Wed, 9 Dec 2009 15:23:24 +0200 Subject: [PATCH] omap3: cm-t35: add mux initialization CM-T35 can be assembled with different set

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

2009-12-09 Thread Tony Lindgren
From: Mike Rapoport m...@compulab.co.il Date: Wed, 9 Dec 2009 15:23:24 +0200 Subject: [PATCH] omap3: cm-t35: add mux initialization 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

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

2009-12-08 Thread Mike Rapoport
Tony Lindgren wrote: * Gadiyar, Anand gadi...@ti.com [091207 08:35]: Tony Lindgren wrote: * Mike Rapoport m...@compulab.co.il [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

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

2009-12-07 Thread Gadiyar, Anand
Tony Lindgren wrote: * Mike Rapoport m...@compulab.co.il [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

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

2009-12-07 Thread Tony Lindgren
* Gadiyar, Anand gadi...@ti.com [091207 08:35]: Tony Lindgren wrote: * Mike Rapoport m...@compulab.co.il [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

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

[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

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