linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* renesas-drivers-2015-01-08-v3.19-rc3
@ 2015-01-08 15:41 Geert Uytterhoeven
  2015-01-08 15:49 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
  2015-01-15 11:11 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-01-08 15:41 UTC (permalink / raw)
  To: linux-sh

I've pushed renesas-drivers-2015-01-08-v3.19-rc3 to
https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git
This tree is meant to ease development of platform support and drivers for
Renesas ARM ("shmobile") SoCs. It's created by merging (a) the for-next
branches of various subsystem trees and (b) branches with driver code
submitted or planned for submission to maintainers into the development
branch of Simon Horman's renesas.git tree.

Today's version is based on renesas-devel-20150108v2-v3.19-rc3.

Included branches with driver code:
  - clk-shmobile-for-3.20
      - clk: shmobile: div6: Avoid changing divisor in .disable()
      - clk: shmobile: Add r8a7793 support
      - clk: shmobile: r8a7793: document CPG clock support
      - clk: shmobile: r8a73a4 common clock framework implementation
      - clk: shmobile: Add r8a73a4 SoC to MSTP bindings
      - clk: shmobile: Add R-Car Gen2 RCAN clock support
      - clk: shmobile: Add R-Car Gen2 ADSP clock support

Included subsystem trees:
  - git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git#linux-next
  - git://git.linaro.org/people/mturquette/linux.git#clk-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git#for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git#for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git#for-next
  - git://git.infradead.org/users/dedekind/l2-mtd-2.6.git#master
  - git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git#master
  - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git#tty-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git#i2c/for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git#for-next
  - git://gitorious.org/linux-can/linux-can-next.git#master
  - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git#usb-next
  - git://people.freedesktop.org/~airlied/linux#drm-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git#next
  - git://linuxtv.org/mchehab/media-next.git#master
  - git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git#mmc-next
  - git://git.linaro.org/people/ulf.hansson/mmc.git#next
  - git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git#for-next
  - git://git.linaro.org/people/daniel.lezcano/linux.git#clockevents/next
  - git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git#next
  - git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git#next
  - git://git.infradead.org/users/vkoul/slave-dma.git#next
  - git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git#staging-next
  - git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-arm.git#for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git#next
  - git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git#for-next
  - git://git.infradead.org/users/jcooper/linux.git#irqchip/for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git#for-next
  - git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git#for-next
  - git://git.infradead.org/battery-2.6.git#master
  - git://www.linux-watchdog.org/linux-watchdog-next.git#master
  - git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git#for-next

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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

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

* Re: renesas-drivers-2015-01-08-v3.19-rc3
  2015-01-08 15:41 renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
@ 2015-01-08 15:49 ` Geert Uytterhoeven
  2015-01-15 11:11 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-01-08 15:49 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Thu, Jan 8, 2015 at 4:41 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> I've pushed renesas-drivers-2015-01-08-v3.19-rc3 to
> https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git

> Included branches with driver code:
>   - clk-shmobile-for-3.20
>       - clk: shmobile: div6: Avoid changing divisor in .disable()
>       - clk: shmobile: Add r8a7793 support
>       - clk: shmobile: r8a7793: document CPG clock support
>       - clk: shmobile: r8a73a4 common clock framework implementation
>       - clk: shmobile: Add r8a73a4 SoC to MSTP bindings
>       - clk: shmobile: Add R-Car Gen2 RCAN clock support
>       - clk: shmobile: Add R-Car Gen2 ADSP clock support

Given Mike hasn't acked all commits in the list above, and there are no urgent
hard dependencies (all depending parts are DTS changes), I think it's best if I
ask him (instead of you) to pull this.

Note that he did ack the r8a73a4 CCF parts, so these can move forward at full
speed.

Do you agree?

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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

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

* Re: renesas-drivers-2015-01-08-v3.19-rc3
  2015-01-08 15:41 renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
  2015-01-08 15:49 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
@ 2015-01-15 11:11 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-01-15 11:11 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Thu, Jan 8, 2015 at 4:49 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Thu, Jan 8, 2015 at 4:41 PM, Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>> I've pushed renesas-drivers-2015-01-08-v3.19-rc3 to
>> https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git
>
>> Included branches with driver code:
>>   - clk-shmobile-for-3.20
>>       - clk: shmobile: div6: Avoid changing divisor in .disable()
>>       - clk: shmobile: Add r8a7793 support
>>       - clk: shmobile: r8a7793: document CPG clock support
>>       - clk: shmobile: r8a73a4 common clock framework implementation
>>       - clk: shmobile: Add r8a73a4 SoC to MSTP bindings
>>       - clk: shmobile: Add R-Car Gen2 RCAN clock support
>>       - clk: shmobile: Add R-Car Gen2 ADSP clock support
>
> Given Mike hasn't acked all commits in the list above, and there are no urgent
> hard dependencies (all depending parts are DTS changes), I think it's best if I
> ask him (instead of you) to pull this.
>
> Note that he did ack the r8a73a4 CCF parts, so these can move forward at full
> speed.
>
> Do you agree?

Ping?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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

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

end of thread, other threads:[~2015-01-15 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 15:41 renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
2015-01-08 15:49 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven
2015-01-15 11:11 ` renesas-drivers-2015-01-08-v3.19-rc3 Geert Uytterhoeven

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