Re: [PATCH] pinctrl: single: select CONFIG_PINCTRL

2013-12-16 Thread Sascha Hauer
On Mon, Dec 16, 2013 at 10:12:10AM +0100, Jan Weitzel wrote:
> pinctrl_register is used.
> 
> Signed-off-by: Jan Weitzel 

Applied, thanks

Sascha

> ---
>  drivers/pinctrl/Kconfig |1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index 8257586..c6bb51c 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -24,6 +24,7 @@ config PINCTRL_IMX_IOMUX_V3
> This iomux controller is found on i.MX25,35,51,53,6.
>  
>  config PINCTRL_SINGLE
> + select PINCTRL
>   bool "pinctrl single"
>  
>  config PINCTRL_TEGRA20
> -- 
> 1.7.0.4
> 
> 
> ___
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


Re: [PATCH 1/2] net: add driver for OpenCores 10/100 Mbps ethernet MAC

2013-12-16 Thread Sascha Hauer
Hi Beniamino,

On Sun, Dec 15, 2013 at 06:17:25PM +0100, Beniamino Galvani wrote:
> This patch introduces a driver for the OpenCores 10/100 Mbps ethernet
> MAC core, ported from Linux kernel with small changes.
> 
> Signed-off-by: Beniamino Galvani 

Both patches look good, so: Applied.

Sascha


-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


[PATCH] Makefile: fix endless make when 'make barebox.s'

2013-12-16 Thread u74147
From: Du Huanpeng 

add the same target barebox.s (with a lowercase 's')
to make both work with barebox.S and barebox.s.

Signed-off-by: Du Huanpeng 
---
 Makefile |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 5e17a49..d7b5d23 100644
--- a/Makefile
+++ b/Makefile
@@ -701,7 +701,7 @@ barebox.uimage: $(KBUILD_BINARY) FORCE
$(call if_changed,barebox_mkimage)
 
 ifdef CONFIG_X86
-barebox.S: barebox
+barebox.S barebox.s: barebox
 ifdef CONFIG_X86_HDBOOT
@echo "-" > barebox.S
@echo " * MBR content" >> barebox.S
@@ -723,7 +723,7 @@ endif
@echo " * Init Calls content" >> barebox.S
$(Q)$(OBJDUMP) -j .barebox_initcalls -d barebox >> barebox.S
 else
-barebox.S: barebox FORCE
+barebox.S barebox.s: barebox FORCE
$(call if_changed,disasm)
 endif
 
-- 
1.7.9.5


___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


[PATCH] pinctrl: single: select CONFIG_PINCTRL

2013-12-16 Thread Jan Weitzel
pinctrl_register is used.

Signed-off-by: Jan Weitzel 
---
 drivers/pinctrl/Kconfig |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 8257586..c6bb51c 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -24,6 +24,7 @@ config PINCTRL_IMX_IOMUX_V3
  This iomux controller is found on i.MX25,35,51,53,6.
 
 config PINCTRL_SINGLE
+   select PINCTRL
bool "pinctrl single"
 
 config PINCTRL_TEGRA20
-- 
1.7.0.4


___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox