Re: [PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-05 Thread Russell King - ARM Linux
On Sun, Apr 05, 2015 at 11:04:56AM +0200, Geert Uytterhoeven wrote:
 Hi Russell,
 
 On Fri, Apr 3, 2015 at 7:11 PM, Russell King - ARM Linux
 li...@arm.linux.org.uk wrote:
  Sorry for posting this soo close to the 4.1 merge window, I had
  completely forgotten about this chunk of work I did earlier this
  month.
 
  The per-user struct clk patches rather badly broke clkdev and
  various other places.  This was reported, but was forgotten about.
  Really, the per-user clk stuff should've been reverted, but we've
  lived with it far too long for that.
 
  So, our only other option is to now rush these patches into 4.1
  and hope for the best.
 
  The series cleans up quite a number of places too...
 
 Thanks for your patches!
 
 Can you please tell which are critical fixes for regressions, and which are
 cleanups? It's not so obvious to me from the patch descriptions.

The 5th one is the most important as far as fixing the regression caused
by the per-user clk patches.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-05 Thread Geert Uytterhoeven
Hi Russell,

On Fri, Apr 3, 2015 at 7:11 PM, Russell King - ARM Linux
li...@arm.linux.org.uk wrote:
 Sorry for posting this soo close to the 4.1 merge window, I had
 completely forgotten about this chunk of work I did earlier this
 month.

 The per-user struct clk patches rather badly broke clkdev and
 various other places.  This was reported, but was forgotten about.
 Really, the per-user clk stuff should've been reverted, but we've
 lived with it far too long for that.

 So, our only other option is to now rush these patches into 4.1
 and hope for the best.

 The series cleans up quite a number of places too...

Thanks for your patches!

Can you please tell which are critical fixes for regressions, and which are
cleanups? It's not so obvious to me from the patch descriptions.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say programmer or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-03 Thread Russell King - ARM Linux
On Fri, Apr 03, 2015 at 06:11:49PM +0100, Russell King - ARM Linux wrote:
 Sorry for posting this soo close to the 4.1 merge window, I had
 completely forgotten about this chunk of work I did earlier this
 month.

Correction - earlier _last_ month - 1st/2nd March to be exact.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-03 Thread Russell King - ARM Linux
Sorry for posting this soo close to the 4.1 merge window, I had
completely forgotten about this chunk of work I did earlier this
month.

The per-user struct clk patches rather badly broke clkdev and
various other places.  This was reported, but was forgotten about.
Really, the per-user clk stuff should've been reverted, but we've
lived with it far too long for that.

So, our only other option is to now rush these patches into 4.1
and hope for the best.

The series cleans up quite a number of places too...

 arch/arm/mach-davinci/da850.c|  1 +
 arch/arm/mach-lpc32xx/clock.c|  5 +-
 arch/arm/mach-omap1/board-nokia770.c |  2 +-
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 12 +---
 arch/arm/mach-omap2/omap_device.c| 24 +++-
 arch/arm/mach-pxa/eseries.c  |  1 +
 arch/arm/mach-pxa/lubbock.c  |  1 +
 arch/arm/mach-pxa/tosa.c |  1 +
 arch/arm/plat-orion/common.c |  6 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7734.c   |  3 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7757.c   |  4 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7785.c   |  4 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7786.c   |  4 +-
 arch/sh/kernel/cpu/sh4a/clock-shx3.c |  4 +-
 drivers/clk/clk-s2mps11.c|  4 +-
 drivers/clk/clkdev.c | 83 
 drivers/media/platform/omap3isp/isp.c| 18 --
 drivers/media/platform/omap3isp/isp.h|  1 -
 include/linux/clk.h  | 27 -
 include/linux/clkdev.h   |  6 +-
 include/media/omap3isp.h |  6 --
 sound/soc/sh/migor.c |  3 +-
 22 files changed, 108 insertions(+), 112 deletions(-)

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html