All of lore.kernel.org
 help / color / mirror / Atom feed
* R-Mobile A1 support
@ 2011-09-29  1:29 Kuninori Morimoto
  2011-09-30  6:14 ` Nobuhiro Iwamatsu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2011-09-29  1:29 UTC (permalink / raw)
  To: linux-sh


Dear Paul, Magnus

These are basic R-Mobile A1 chip and bonito board support patches

Kuninori Morimoto (5):
      serial: sh-sci: clean up white space
      ARM: mach-shmobile: R-Mobile A1 support.
      ARM: mach-shmobile: bonito: Add dip-switch selector
      ARM: mach-shmobile: r8a7740: Add i2c support
      ARM: mach-shmobile: bonito: add PMIC settings

This patch used xxx-r8a7740.c as file name.
This A1 chip support is based on v0.1 manual for now.
It will be fixed in the future

Best regards
---
Kuninori Morimoto

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

* Re: R-Mobile A1 support
  2011-09-29  1:29 R-Mobile A1 support Kuninori Morimoto
@ 2011-09-30  6:14 ` Nobuhiro Iwamatsu
  2011-09-30  7:56 ` Kuninori Morimoto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-09-30  6:14 UTC (permalink / raw)
  To: linux-sh

Hi,

Do you forget to send an email of 2/5?

Best regards,
  Nobuhiro

2011/9/29 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
>
> Dear Paul, Magnus
>
> These are basic R-Mobile A1 chip and bonito board support patches
>
> Kuninori Morimoto (5):
>      serial: sh-sci: clean up white space
>      ARM: mach-shmobile: R-Mobile A1 support.
>      ARM: mach-shmobile: bonito: Add dip-switch selector
>      ARM: mach-shmobile: r8a7740: Add i2c support
>      ARM: mach-shmobile: bonito: add PMIC settings
>
> This patch used xxx-r8a7740.c as file name.
> This A1 chip support is based on v0.1 manual for now.
> It will be fixed in the future
>
> Best regards
> ---
> Kuninori Morimoto
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Nobuhiro Iwamatsu

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

* Re: R-Mobile A1 support
  2011-09-29  1:29 R-Mobile A1 support Kuninori Morimoto
  2011-09-30  6:14 ` Nobuhiro Iwamatsu
@ 2011-09-30  7:56 ` Kuninori Morimoto
  2011-11-04 14:10 ` Paul Mundt
  2011-11-07  0:26 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2011-09-30  7:56 UTC (permalink / raw)
  To: linux-sh


Hi Iwamatsu-san

> Do you forget to send an email of 2/5?

Hmm.. strange..

I sent 2/5 email, but linux-sh ML didn't get it ?
OK. I will re-send it

Best regards
---
Kuninori Morimoto

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

* Re: R-Mobile A1 support
  2011-09-29  1:29 R-Mobile A1 support Kuninori Morimoto
  2011-09-30  6:14 ` Nobuhiro Iwamatsu
  2011-09-30  7:56 ` Kuninori Morimoto
@ 2011-11-04 14:10 ` Paul Mundt
  2011-11-07  0:26 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2011-11-04 14:10 UTC (permalink / raw)
  To: linux-sh

On Fri, Sep 30, 2011 at 12:56:18AM -0700, Kuninori Morimoto wrote:
> 
> Hi Iwamatsu-san
> 
> > Do you forget to send an email of 2/5?
> 
> Hmm.. strange..
> 
> I sent 2/5 email, but linux-sh ML didn't get it ?
> OK. I will re-send it
> 
I am still not able to find it anywhere, making me think that it was too
large and was dropped by the list software. Perhaps it can be broken up
in to smaller parts? Also make sure that you are including a stripped
defconfig and not the entire thing, as that will needlessly bloat up the
patch (and I'll just have to strip out the unecessary symbols later),
too.

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

* Re: R-Mobile A1 support
  2011-09-29  1:29 R-Mobile A1 support Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2011-11-04 14:10 ` Paul Mundt
@ 2011-11-07  0:26 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2011-11-07  0:26 UTC (permalink / raw)
  To: linux-sh


Hi Paul

Thank you for your hard wark

> > Hmm.. strange..
> > 
> > I sent 2/5 email, but linux-sh ML didn't get it ?
> > OK. I will re-send it
> > 
> I am still not able to find it anywhere, making me think that it was too
> large and was dropped by the list software. Perhaps it can be broken up
> in to smaller parts? Also make sure that you are including a stripped
> defconfig and not the entire thing, as that will needlessly bloat up the
> patch (and I'll just have to strip out the unecessary symbols later),
> too.

OK
I separate this patch into smaller patchs, and send it.

Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2011-11-07  0:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29  1:29 R-Mobile A1 support Kuninori Morimoto
2011-09-30  6:14 ` Nobuhiro Iwamatsu
2011-09-30  7:56 ` Kuninori Morimoto
2011-11-04 14:10 ` Paul Mundt
2011-11-07  0:26 ` Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.