All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
	linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
	Paul Mundt <lethal@linux-sh.org>,
	Magnus Damm <magnus.damm@gmail.com>
Subject: Re: outstanding ARM patches
Date: Mon, 16 Apr 2012 21:08:58 +0000	[thread overview]
Message-ID: <Pine.LNX.4.64.1204162303080.29915@axis700.grange> (raw)
In-Reply-To: <201204161824.03746.rjw@sisk.pl>

On Mon, 16 Apr 2012, Rafael J. Wysocki wrote:

> On Friday, April 13, 2012, Guennadi Liakhovetski wrote:
> > Hi
> > 
> > Just confirming, that the 3 outstanding ARM patches, that I mentioned in 
> > recent emails:
> > 
> > http://article.gmane.org/gmane.linux.kernel.mmc/12748
> > http://article.gmane.org/gmane.linux.ports.sh.devel/13535
> > http://article.gmane.org/gmane.linux.ports.sh.devel/13975
> > 
> > still apply to the current Linus' tree, though, the former 2 with a fuzz, 
> > if needed, I can provide a version, that applies cleanly. Compile-tested.
> 
> Can you please repost them in one series on top of v3.2-rc3?

Sure, this is not really a series, but for your convenience I'll post them 
in reply to this mail. I'll also drop all recepients from the cc-list 
except linux-sh to not bother others.

Thanks
Guennadi

> Rafael
> 
>  
> > On Sun, 8 Apr 2012, Guennadi Liakhovetski wrote:
> > 
> > > On Wed, 14 Mar 2012, Guennadi Liakhovetski wrote:
> > > 
> > > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> > > > ---
> > > > 
> > > > This patch we can push some time after the first one in this series gets 
> > > > in, no breakage is caused.
> > > 
> > > Patch 1/2 from this series is now in the mainline, so, also this patch can 
> > > be applied now. Not sure whether this qualifies as a fix (in the sense, 
> > > that the default maximum sizes of 2560x1920, used without this patch are 
> > > wrong for sh7372). Please, either push for 3.4 or queue for 3.5 
> > > accordingly.
> > ...
> > > >  arch/arm/mach-shmobile/board-ap4evb.c   |    2 ++
> > > >  arch/arm/mach-shmobile/board-mackerel.c |    2 ++
> > > >  2 files changed, 4 insertions(+), 0 deletions(-)
> > > > 
> > > > diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
> > > > index aab0a34..f67aa03 100644
> > > > --- a/arch/arm/mach-shmobile/board-ap4evb.c
> > > > +++ b/arch/arm/mach-shmobile/board-ap4evb.c
> > > > @@ -1009,6 +1009,8 @@ static struct sh_mobile_ceu_companion csi2 = {
> > > >  
> > > >  static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
> > > >  	.flags = SH_CEU_FLAG_USE_8BIT_BUS,
> > > > +	.max_width = 8188,
> > > > +	.max_height = 8188,
> > > >  	.csi2 = &csi2,
> > > >  };
> > > >  
> > > > diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
> > > > index 9b42fbd..f790772 100644
> > > > --- a/arch/arm/mach-shmobile/board-mackerel.c
> > > > +++ b/arch/arm/mach-shmobile/board-mackerel.c
> > > > @@ -1270,6 +1270,8 @@ static void mackerel_camera_del(struct soc_camera_device *icd)
> > > >  
> > > >  static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
> > > >  	.flags = SH_CEU_FLAG_USE_8BIT_BUS,
> > > > +	.max_width = 8188,
> > > > +	.max_height = 8188,
> > > >  };
> > > >  
> > > >  static struct resource ceu_resources[] = {
> > 
> > On Sun, 8 Apr 2012, Guennadi Liakhovetski wrote:
> > 
> > > Now that MMC patches from this series are in the mainline, also 
> > > architecture patches can and should be applied. These are patches 5 and 6 
> > > from this series:
> > > 
> > > http://article.gmane.org/gmane.linux.kernel.mmc/12748
> > > http://article.gmane.org/gmane.linux.ports.sh.devel/13535
> > > 
> > > Would be good to have them in 3.4 since they fix modular MMC builds on 
> > > ag5evm and mackerel.
> > 
> > ---
> > Guennadi Liakhovetski, Ph.D.
> > Freelance Open-Source Software Developer
> > http://www.open-technology.de/
> > 
> > 
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

WARNING: multiple messages have this Message-ID (diff)
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
	linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
	Paul Mundt <lethal@linux-sh.org>,
	Magnus Damm <magnus.damm@gmail.com>
Subject: Re: outstanding ARM patches
Date: Mon, 16 Apr 2012 23:08:58 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.1204162303080.29915@axis700.grange> (raw)
In-Reply-To: <201204161824.03746.rjw@sisk.pl>

On Mon, 16 Apr 2012, Rafael J. Wysocki wrote:

> On Friday, April 13, 2012, Guennadi Liakhovetski wrote:
> > Hi
> > 
> > Just confirming, that the 3 outstanding ARM patches, that I mentioned in 
> > recent emails:
> > 
> > http://article.gmane.org/gmane.linux.kernel.mmc/12748
> > http://article.gmane.org/gmane.linux.ports.sh.devel/13535
> > http://article.gmane.org/gmane.linux.ports.sh.devel/13975
> > 
> > still apply to the current Linus' tree, though, the former 2 with a fuzz, 
> > if needed, I can provide a version, that applies cleanly. Compile-tested.
> 
> Can you please repost them in one series on top of v3.2-rc3?

Sure, this is not really a series, but for your convenience I'll post them 
in reply to this mail. I'll also drop all recepients from the cc-list 
except linux-sh to not bother others.

Thanks
Guennadi

> Rafael
> 
>  
> > On Sun, 8 Apr 2012, Guennadi Liakhovetski wrote:
> > 
> > > On Wed, 14 Mar 2012, Guennadi Liakhovetski wrote:
> > > 
> > > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> > > > ---
> > > > 
> > > > This patch we can push some time after the first one in this series gets 
> > > > in, no breakage is caused.
> > > 
> > > Patch 1/2 from this series is now in the mainline, so, also this patch can 
> > > be applied now. Not sure whether this qualifies as a fix (in the sense, 
> > > that the default maximum sizes of 2560x1920, used without this patch are 
> > > wrong for sh7372). Please, either push for 3.4 or queue for 3.5 
> > > accordingly.
> > ...
> > > >  arch/arm/mach-shmobile/board-ap4evb.c   |    2 ++
> > > >  arch/arm/mach-shmobile/board-mackerel.c |    2 ++
> > > >  2 files changed, 4 insertions(+), 0 deletions(-)
> > > > 
> > > > diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
> > > > index aab0a34..f67aa03 100644
> > > > --- a/arch/arm/mach-shmobile/board-ap4evb.c
> > > > +++ b/arch/arm/mach-shmobile/board-ap4evb.c
> > > > @@ -1009,6 +1009,8 @@ static struct sh_mobile_ceu_companion csi2 = {
> > > >  
> > > >  static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
> > > >  	.flags = SH_CEU_FLAG_USE_8BIT_BUS,
> > > > +	.max_width = 8188,
> > > > +	.max_height = 8188,
> > > >  	.csi2 = &csi2,
> > > >  };
> > > >  
> > > > diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
> > > > index 9b42fbd..f790772 100644
> > > > --- a/arch/arm/mach-shmobile/board-mackerel.c
> > > > +++ b/arch/arm/mach-shmobile/board-mackerel.c
> > > > @@ -1270,6 +1270,8 @@ static void mackerel_camera_del(struct soc_camera_device *icd)
> > > >  
> > > >  static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
> > > >  	.flags = SH_CEU_FLAG_USE_8BIT_BUS,
> > > > +	.max_width = 8188,
> > > > +	.max_height = 8188,
> > > >  };
> > > >  
> > > >  static struct resource ceu_resources[] = {
> > 
> > On Sun, 8 Apr 2012, Guennadi Liakhovetski wrote:
> > 
> > > Now that MMC patches from this series are in the mainline, also 
> > > architecture patches can and should be applied. These are patches 5 and 6 
> > > from this series:
> > > 
> > > http://article.gmane.org/gmane.linux.kernel.mmc/12748
> > > http://article.gmane.org/gmane.linux.ports.sh.devel/13535
> > > 
> > > Would be good to have them in 3.4 since they fix modular MMC builds on 
> > > ag5evm and mackerel.
> > 
> > ---
> > Guennadi Liakhovetski, Ph.D.
> > Freelance Open-Source Software Developer
> > http://www.open-technology.de/
> > 
> > 
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

  reply	other threads:[~2012-04-16 21:08 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 21:57 [PATCH 00/10 v3] mmc: tmio/sdhi: hotplug & PM Guennadi Liakhovetski
2012-02-09 21:57 ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 01/10 v3] mmc: simplify mmc_cd_gpio_request() by removing two parameters Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 02/10 v3] mmc: tmio: calculate the native hotplug condition only once Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 03/10 v3] mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 04/10 v3] mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 05/10 v3] ARM: mach-shmobile: convert mackerel to use the generic MMC GPIO hotplug helper Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-04-16  2:08   ` Simon Horman
2012-04-16  2:08     ` Simon Horman
2012-02-09 21:57 ` [PATCH 06/10 v3] ARM: mach-shmobile: convert ag5evm " Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-04-08 11:33   ` Guennadi Liakhovetski
2012-04-08 11:33     ` Guennadi Liakhovetski
2012-04-13 12:46     ` outstanding ARM patches Guennadi Liakhovetski
2012-04-13 12:46       ` Guennadi Liakhovetski
2012-04-16 16:24       ` Rafael J. Wysocki
2012-04-16 16:24         ` Rafael J. Wysocki
2012-04-16 21:08         ` Guennadi Liakhovetski [this message]
2012-04-16 21:08           ` Guennadi Liakhovetski
2012-04-16  2:16   ` [PATCH 06/10 v3] ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helper Simon Horman
2012-04-16  2:16     ` Simon Horman
2012-02-09 21:57 ` [PATCH 07/10 v3] mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 08/10 v3] mmc: tmio_mmc: remove unused sdio_irq_enabled flag Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 09/10 v3] mmc: sh_mobile_sdhi: do not manage PM clocks manually Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-02-09 21:57 ` [PATCH 10/10 v3] mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function Guennadi Liakhovetski
2012-02-09 21:57   ` Guennadi Liakhovetski
2012-03-09  4:17 ` [PATCH 00/10 v3] mmc: tmio/sdhi: hotplug & PM Chris Ball
2012-03-09  4:17   ` Chris Ball
2012-03-16 11:55   ` Chris Ball
2012-03-16 11:55     ` Chris Ball

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.1204162303080.29915@axis700.grange \
    --to=g.liakhovetski@gmx.de \
    --cc=lethal@linux-sh.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.