All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: rockchip: small fixes for 4.0-rc
@ 2015-03-14 23:57 ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2015-03-14 23:57 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Olof,

a small issue surfaced with the new gmac node on rk3288 which is missing a
	status = "disabled";
in the rk3288.dtsi and thus enabling the mac unconditionally.
The second patch in that branch simply adds a rockchip regexp to MAINTAINERS, so
that it also matches stuff like the (slightly) new rockchip drm stuff.

So if acceptable, please pull

Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.0-rockchip-armfixes1

for you to fetch changes up to 54b0bc602541fcc2dd9f2480623c00552e0b220e:

  ARM: dts: rockchip: disable gmac by default in rk3288.dtsi (2015-03-14 19:35:26 +0100)

----------------------------------------------------------------
Adding a default-disabled state to the new gmac node and an
update to the MAINTAINERS entry adding a rockchip regexp entry.

----------------------------------------------------------------
Alexandru M Stan (1):
      ARM: dts: rockchip: disable gmac by default in rk3288.dtsi

Heiko Stuebner (1):
      MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry

 MAINTAINERS                   | 1 +
 arch/arm/boot/dts/rk3288.dtsi | 1 +
 2 files changed, 2 insertions(+)

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

* [GIT PULL] ARM: rockchip: small fixes for 4.0-rc
@ 2015-03-14 23:57 ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2015-03-14 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

a small issue surfaced with the new gmac node on rk3288 which is missing a
	status = "disabled";
in the rk3288.dtsi and thus enabling the mac unconditionally.
The second patch in that branch simply adds a rockchip regexp to MAINTAINERS, so
that it also matches stuff like the (slightly) new rockchip drm stuff.

So if acceptable, please pull

Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.0-rockchip-armfixes1

for you to fetch changes up to 54b0bc602541fcc2dd9f2480623c00552e0b220e:

  ARM: dts: rockchip: disable gmac by default in rk3288.dtsi (2015-03-14 19:35:26 +0100)

----------------------------------------------------------------
Adding a default-disabled state to the new gmac node and an
update to the MAINTAINERS entry adding a rockchip regexp entry.

----------------------------------------------------------------
Alexandru M Stan (1):
      ARM: dts: rockchip: disable gmac by default in rk3288.dtsi

Heiko Stuebner (1):
      MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry

 MAINTAINERS                   | 1 +
 arch/arm/boot/dts/rk3288.dtsi | 1 +
 2 files changed, 2 insertions(+)

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

* [PATCH] MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry
  2015-03-14 23:57 ` Heiko Stuebner
@ 2015-03-14 23:59   ` Heiko Stuebner
  -1 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2015-03-14 23:59 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

The regexp option is a nice way to catch even weirder paths like the current
drivers/gpu/drm/rockchip/* or others in the future.

Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
---
This patch is included in the pull above and only meant for completeness sake
to not hide it in the pull alone.


 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ddc5a8c..0d273bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1351,6 +1351,7 @@ F:	drivers/i2c/busses/i2c-rk3x.c
 F:	drivers/*/*rockchip*
 F:	drivers/*/*/*rockchip*
 F:	sound/soc/rockchip/
+N:	rockchip
 
 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
 M:	Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-- 
2.1.4

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

* [PATCH] MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry
@ 2015-03-14 23:59   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2015-03-14 23:59 UTC (permalink / raw)
  To: linux-arm-kernel

The regexp option is a nice way to catch even weirder paths like the current
drivers/gpu/drm/rockchip/* or others in the future.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
This patch is included in the pull above and only meant for completeness sake
to not hide it in the pull alone.


 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ddc5a8c..0d273bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1351,6 +1351,7 @@ F:	drivers/i2c/busses/i2c-rk3x.c
 F:	drivers/*/*rockchip*
 F:	drivers/*/*/*rockchip*
 F:	sound/soc/rockchip/
+N:	rockchip
 
 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
 M:	Kukjin Kim <kgene@kernel.org>
-- 
2.1.4

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

* Re: [GIT PULL] ARM: rockchip: small fixes for 4.0-rc
  2015-03-14 23:57 ` Heiko Stuebner
@ 2015-03-16 14:23   ` Arnd Bergmann
  -1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2015-03-16 14:23 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A, Heiko Stuebner

On Sunday 15 March 2015 00:57:29 Heiko Stuebner wrote:
> Hi Arnd, Olof,
> 
> a small issue surfaced with the new gmac node on rk3288 which is missing a
>         status = "disabled";
> in the rk3288.dtsi and thus enabling the mac unconditionally.
> The second patch in that branch simply adds a rockchip regexp to MAINTAINERS, so
> that it also matches stuff like the (slightly) new rockchip drm stuff.
> 
> So if acceptable, please pull
> 
> 

Pulled into fixes, thanks!

	Arnd

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

* [GIT PULL] ARM: rockchip: small fixes for 4.0-rc
@ 2015-03-16 14:23   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2015-03-16 14:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday 15 March 2015 00:57:29 Heiko Stuebner wrote:
> Hi Arnd, Olof,
> 
> a small issue surfaced with the new gmac node on rk3288 which is missing a
>         status = "disabled";
> in the rk3288.dtsi and thus enabling the mac unconditionally.
> The second patch in that branch simply adds a rockchip regexp to MAINTAINERS, so
> that it also matches stuff like the (slightly) new rockchip drm stuff.
> 
> So if acceptable, please pull
> 
> 

Pulled into fixes, thanks!

	Arnd

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

end of thread, other threads:[~2015-03-16 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 23:57 [GIT PULL] ARM: rockchip: small fixes for 4.0-rc Heiko Stuebner
2015-03-14 23:57 ` Heiko Stuebner
2015-03-14 23:59 ` [PATCH] MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry Heiko Stuebner
2015-03-14 23:59   ` Heiko Stuebner
2015-03-16 14:23 ` [GIT PULL] ARM: rockchip: small fixes for 4.0-rc Arnd Bergmann
2015-03-16 14:23   ` Arnd Bergmann

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.