* [PATCH] ARM: mach-shmobile: pfc-sh7372: modify wrong comment
@ 2010-09-02 7:20 Kuninori Morimoto
2010-09-14 8:31 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2010-09-02 7:20 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/mach-shmobile/pfc-sh7372.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/mach-shmobile/pfc-sh7372.c b/arch/arm/mach-shmobile/pfc-sh7372.c
index ec42035..9c265da 100644
--- a/arch/arm/mach-shmobile/pfc-sh7372.c
+++ b/arch/arm/mach-shmobile/pfc-sh7372.c
@@ -166,12 +166,12 @@ enum {
MSIOF2_TSYNC_MARK, MSIOF2_TSCK_MARK, MSIOF2_RXD_MARK,
MSIOF2_TXD_MARK,
- /* MSIOF3 */
+ /* BBIF1 */
BBIF1_RXD_MARK, BBIF1_TSYNC_MARK, BBIF1_TSCK_MARK,
BBIF1_TXD_MARK, BBIF1_RSCK_MARK, BBIF1_RSYNC_MARK,
BBIF1_FLOW_MARK, BB_RX_FLOW_N_MARK,
- /* MSIOF4 */
+ /* BBIF2 */
BBIF2_TSCK1_MARK, BBIF2_TSYNC1_MARK,
BBIF2_TXD1_MARK, BBIF2_RXD_MARK,
@@ -976,12 +976,12 @@ static struct pinmux_gpio pinmux_gpios[] = {
GPIO_FN(MSIOF2_TSYNC), GPIO_FN(MSIOF2_TSCK), GPIO_FN(MSIOF2_RXD),
GPIO_FN(MSIOF2_TXD),
- /* MSIOF3 */
+ /* BBIF1 */
GPIO_FN(BBIF1_RXD), GPIO_FN(BBIF1_TSYNC), GPIO_FN(BBIF1_TSCK),
GPIO_FN(BBIF1_TXD), GPIO_FN(BBIF1_RSCK), GPIO_FN(BBIF1_RSYNC),
GPIO_FN(BBIF1_FLOW), GPIO_FN(BB_RX_FLOW_N),
- /* MSIOF4 */
+ /* BBIF2 */
GPIO_FN(BBIF2_TSCK1), GPIO_FN(BBIF2_TSYNC1),
GPIO_FN(BBIF2_TXD1), GPIO_FN(BBIF2_RXD),
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ARM: mach-shmobile: pfc-sh7372: modify wrong comment
2010-09-02 7:20 [PATCH] ARM: mach-shmobile: pfc-sh7372: modify wrong comment Kuninori Morimoto
@ 2010-09-14 8:31 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-09-14 8:31 UTC (permalink / raw)
To: linux-sh
On Thu, Sep 02, 2010 at 04:20:40PM +0900, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> arch/arm/mach-shmobile/pfc-sh7372.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
On Fri, Sep 03, 2010 at 02:36:43PM +0900, Kuninori Morimoto wrote:
> Add ignored device name by comment-out in INTCS.
> And MSIOF which has been forgotten is added
On Tue, Sep 07, 2010 at 11:05:30AM +0900, Kuninori Morimoto wrote:
> Current touchpanel had below 2 issues
>
> - LCDD2 pin which is needed for WVGA was changed to
> IRQ28_123 pin on ts_get_pendown_state
>
> - GPIO pull up on ts_init was disabled by gpio_request
> on ts_get_pendown_state.
> This mean the return value from gpio_get_value is untrusted.
>
> This patch solve these issues
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-14 8:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 7:20 [PATCH] ARM: mach-shmobile: pfc-sh7372: modify wrong comment Kuninori Morimoto
2010-09-14 8:31 ` Paul Mundt
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).