linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500
@ 2013-03-18 11:00 Fabio Baltieri
  2013-03-19 11:55 ` Fabio Baltieri
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Baltieri @ 2013-03-18 11:00 UTC (permalink / raw)
  To: linux-arm-kernel

Enable ux500 specific USB and watchdog drivers by default on
u8500_defconfig.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---

Hello Linus,

ux500 watchdog support was introduced during this merge window and USB
was fixed too, so I'm sending a defconfig update to enable those two
drivers by default, so that those get some more testing.

Thanks,
Fabio

 arch/arm/configs/u8500_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 426270f..92b1347 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y
 # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
+CONFIG_WATCHDOG=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
 CONFIG_AB5500_CORE=y
@@ -80,7 +81,12 @@ CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
 # CONFIG_HID_SUPPORT is not set
+CONFIG_USB=y
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_UX500=y
 CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MUSB_HDRC=y
+CONFIG_USB_ETH=m
 CONFIG_AB8500_USB=y
 CONFIG_MMC=y
 CONFIG_MMC_CLKGATE=y
-- 
1.8.1.3

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

* [PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500
  2013-03-18 11:00 [PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500 Fabio Baltieri
@ 2013-03-19 11:55 ` Fabio Baltieri
  2013-03-21 11:09   ` [PATCH v2] " Fabio Baltieri
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Baltieri @ 2013-03-19 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

On Mon, Mar 18, 2013 at 12:00:57PM +0100, Fabio Baltieri wrote:
> Enable ux500 specific USB and watchdog drivers by default on
> u8500_defconfig.

Please ignore this patch, some new Kconfig menus are being added in
-next so ab8500 USB will need additional options.  I'll send a v2 soon.

Thanks,
Fabio

> diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
> index 426270f..92b1347 100644
> --- a/arch/arm/configs/u8500_defconfig
> +++ b/arch/arm/configs/u8500_defconfig
> @@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y
>  # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set
>  CONFIG_THERMAL=y
>  CONFIG_CPU_THERMAL=y
> +CONFIG_WATCHDOG=y
>  CONFIG_MFD_STMPE=y
>  CONFIG_MFD_TC3589X=y
>  CONFIG_AB5500_CORE=y
> @@ -80,7 +81,12 @@ CONFIG_REGULATOR_AB8500=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
>  CONFIG_REGULATOR_GPIO=y
>  # CONFIG_HID_SUPPORT is not set
> +CONFIG_USB=y
> +CONFIG_USB_MUSB_HDRC=y
> +CONFIG_USB_MUSB_UX500=y
>  CONFIG_USB_GADGET=y
> +CONFIG_USB_GADGET_MUSB_HDRC=y
> +CONFIG_USB_ETH=m
>  CONFIG_AB8500_USB=y
>  CONFIG_MMC=y
>  CONFIG_MMC_CLKGATE=y
> -- 
> 1.8.1.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Fabio Baltieri

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

* [PATCH v2] ARM: ux500: select WATCHDOG and MUSB for ux500
  2013-03-19 11:55 ` Fabio Baltieri
@ 2013-03-21 11:09   ` Fabio Baltieri
  2013-03-21 12:31     ` [PATCH v3] " Fabio Baltieri
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Baltieri @ 2013-03-21 11:09 UTC (permalink / raw)
  To: linux-arm-kernel

Enable ux500 specific USB and watchdog drivers by default on
u8500_defconfig.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---

Hi Linus,

this enables USB and watchdog on ux500 defconfig, and is generated
considering the new USB_PHY config option recently added in the
musb-next tree.

Thanks,
Fabio

 arch/arm/configs/u8500_defconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 426270f..a68b773 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y
 # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
+CONFIG_WATCHDOG=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
 CONFIG_AB5500_CORE=y
@@ -80,7 +81,14 @@ CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
 # CONFIG_HID_SUPPORT is not set
+CONFIG_USB=y
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_UX500=y
+CONFIG_USB_PHY=y
+CONFIG_AB8500_USB=y
 CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MUSB_HDRC=y
+CONFIG_USB_ETH=m
 CONFIG_AB8500_USB=y
 CONFIG_MMC=y
 CONFIG_MMC_CLKGATE=y
-- 
1.8.1.3

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

* [PATCH v3] ARM: ux500: select WATCHDOG and MUSB for ux500
  2013-03-21 11:09   ` [PATCH v2] " Fabio Baltieri
@ 2013-03-21 12:31     ` Fabio Baltieri
  2013-03-27 22:03       ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Baltieri @ 2013-03-21 12:31 UTC (permalink / raw)
  To: linux-arm-kernel

Enable ux500 specific USB and watchdog drivers by default on
u8500_defconfig.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---

Hi again Linus,

seems like this is being harder than I thought...  In v2 I had a
duplicated CONFIG_AB8500_USB symbol that was giving a warning in make
u8500_defconfig, this version fixes it.  Sorry about that, I'm trying to
keep this patch minimal, but maybe it's time for a real update to the
savedefconfig output.

Thanks,
Fabio

 arch/arm/configs/u8500_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 426270f..ecde6868 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y
 # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
+CONFIG_WATCHDOG=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
 CONFIG_AB5500_CORE=y
@@ -80,7 +81,13 @@ CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
 # CONFIG_HID_SUPPORT is not set
+CONFIG_USB=y
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_UX500=y
+CONFIG_USB_PHY=y
 CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MUSB_HDRC=y
+CONFIG_USB_ETH=m
 CONFIG_AB8500_USB=y
 CONFIG_MMC=y
 CONFIG_MMC_CLKGATE=y
-- 
1.8.1.3

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

* [PATCH v3] ARM: ux500: select WATCHDOG and MUSB for ux500
  2013-03-21 12:31     ` [PATCH v3] " Fabio Baltieri
@ 2013-03-27 22:03       ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2013-03-27 22:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 21, 2013 at 1:31 PM, Fabio Baltieri
<fabio.baltieri@linaro.org> wrote:

> Enable ux500 specific USB and watchdog drivers by default on
> u8500_defconfig.
>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> ---
>
> Hi again Linus,
>
> seems like this is being harder than I thought...  In v2 I had a
> duplicated CONFIG_AB8500_USB symbol that was giving a warning in make
> u8500_defconfig, this version fixes it.  Sorry about that, I'm trying to
> keep this patch minimal, but maybe it's time for a real update to the
> savedefconfig output.

OK this version is applied anyway ... I'll try to do a savedefconfig
update at some point.

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-03-27 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18 11:00 [PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500 Fabio Baltieri
2013-03-19 11:55 ` Fabio Baltieri
2013-03-21 11:09   ` [PATCH v2] " Fabio Baltieri
2013-03-21 12:31     ` [PATCH v3] " Fabio Baltieri
2013-03-27 22:03       ` Linus Walleij

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