All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: <balbi@ti.com>, <myungjoo.ham@samsung.com>,
	<cw00.choi@samsung.com>, <george.cherian@ti.com>,
	<nsekhar@ti.com>, <devicetree@vger.kernel.org>,
	<linux-usb@vger.kernel.org>, <linux-omap@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB
Date: Tue, 20 Jan 2015 11:26:34 +0200	[thread overview]
Message-ID: <54BE1F4A.109@ti.com> (raw)
In-Reply-To: <20150119193841.GD18552@atomide.com>

On 19/01/15 21:38, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [150119 10:52]:
>> * Roger Quadros <rogerq@ti.com> [150119 09:55]:
>>> Both are needed for USB cable type detection on dra7-evm.
>>>
>>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>>> ---
>>>  arch/arm/configs/omap2plus_defconfig | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
>>> index c2c3a85..bc23b90 100644
>>> --- a/arch/arm/configs/omap2plus_defconfig
>>> +++ b/arch/arm/configs/omap2plus_defconfig
>>> @@ -203,6 +203,7 @@ CONFIG_SPI_OMAP24XX=y
>>>  CONFIG_PINCTRL_SINGLE=y
>>>  CONFIG_DEBUG_GPIO=y
>>>  CONFIG_GPIO_SYSFS=y
>>> +CONFIG_GPIO_PCF857X=y
>>>  CONFIG_GPIO_TWL4030=y
>>>  CONFIG_W1=y
>>>  CONFIG_BATTERY_BQ27x00=m
>>
>> Looks like I have this too but as a loadable module :) So I'll keep
>> that one.
>>
>>> @@ -326,6 +327,7 @@ CONFIG_DMADEVICES=y
>>>  CONFIG_TI_EDMA=y
>>>  CONFIG_DMA_OMAP=y
>>>  CONFIG_EXTCON=y
>>> +CONFIG_EXTCON_GPIO_USB=y
>>>  CONFIG_EXTCON_PALMAS=y
>>>  CONFIG_PWM=y
>>>  CONFIG_PWM_TIECAP=y
>>
>> I'll apply this part into omap-for-v3.20/defconfig but make it into =m
>> instead of =y.
> 
> Oh but this depends on the driver being added, so not applying.
> Can you please repost a patch adding CONFIG_EXTCON_GPIO_USB=m
> once the driver is merged?
> 
Yes, I'll do that.

cheers,
-roger

WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: balbi@ti.com, myungjoo.ham@samsung.com, cw00.choi@samsung.com,
	george.cherian@ti.com, nsekhar@ti.com,
	devicetree@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB
Date: Tue, 20 Jan 2015 11:26:34 +0200	[thread overview]
Message-ID: <54BE1F4A.109@ti.com> (raw)
In-Reply-To: <20150119193841.GD18552@atomide.com>

On 19/01/15 21:38, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [150119 10:52]:
>> * Roger Quadros <rogerq@ti.com> [150119 09:55]:
>>> Both are needed for USB cable type detection on dra7-evm.
>>>
>>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>>> ---
>>>  arch/arm/configs/omap2plus_defconfig | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
>>> index c2c3a85..bc23b90 100644
>>> --- a/arch/arm/configs/omap2plus_defconfig
>>> +++ b/arch/arm/configs/omap2plus_defconfig
>>> @@ -203,6 +203,7 @@ CONFIG_SPI_OMAP24XX=y
>>>  CONFIG_PINCTRL_SINGLE=y
>>>  CONFIG_DEBUG_GPIO=y
>>>  CONFIG_GPIO_SYSFS=y
>>> +CONFIG_GPIO_PCF857X=y
>>>  CONFIG_GPIO_TWL4030=y
>>>  CONFIG_W1=y
>>>  CONFIG_BATTERY_BQ27x00=m
>>
>> Looks like I have this too but as a loadable module :) So I'll keep
>> that one.
>>
>>> @@ -326,6 +327,7 @@ CONFIG_DMADEVICES=y
>>>  CONFIG_TI_EDMA=y
>>>  CONFIG_DMA_OMAP=y
>>>  CONFIG_EXTCON=y
>>> +CONFIG_EXTCON_GPIO_USB=y
>>>  CONFIG_EXTCON_PALMAS=y
>>>  CONFIG_PWM=y
>>>  CONFIG_PWM_TIECAP=y
>>
>> I'll apply this part into omap-for-v3.20/defconfig but make it into =m
>> instead of =y.
> 
> Oh but this depends on the driver being added, so not applying.
> Can you please repost a patch adding CONFIG_EXTCON_GPIO_USB=m
> once the driver is merged?
> 
Yes, I'll do that.

cheers,
-roger

  reply	other threads:[~2015-01-20  9:26 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19 17:52 [PATCH 0/5] extcon: usb: Introduce USB GPIO extcon driver. Fix DRA7 USB Roger Quadros
2015-01-19 17:52 ` Roger Quadros
2015-01-19 17:52 ` [PATCH 1/5] extcon: gpio-usb: Introduce gpio usb extcon driver Roger Quadros
2015-01-19 17:52   ` Roger Quadros
2015-01-20 19:00   ` Felipe Balbi
2015-01-20 19:00     ` Felipe Balbi
2015-01-21  5:28   ` Chanwoo Choi
2015-01-21  5:28     ` Chanwoo Choi
2015-01-22 13:27     ` Roger Quadros
2015-01-22 13:27       ` Roger Quadros
2015-01-19 17:52 ` [PATCH 2/5] usb: extcon: Fix USB-Host cable name Roger Quadros
2015-01-19 17:52   ` Roger Quadros
2015-01-20 19:01   ` Felipe Balbi
2015-01-20 19:01     ` Felipe Balbi
2015-01-19 17:52 ` [PATCH 3/5] ARM: dts: dra7-evm: Add extcon nodes for USB Roger Quadros
2015-01-19 17:52   ` Roger Quadros
2015-01-20 19:02   ` Felipe Balbi
2015-01-20 19:02     ` Felipe Balbi
2015-01-19 17:52 ` [PATCH 4/5] ARM: dts: dra72-evm: " Roger Quadros
2015-01-19 17:52   ` Roger Quadros
2015-01-20 19:02   ` Felipe Balbi
2015-01-20 19:02     ` Felipe Balbi
2015-01-19 17:52 ` [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB Roger Quadros
2015-01-19 17:52   ` Roger Quadros
2015-01-19 18:45   ` Tony Lindgren
2015-01-19 19:38     ` Tony Lindgren
2015-01-20  9:26       ` Roger Quadros [this message]
2015-01-20  9:26         ` Roger Quadros
2015-01-20 19:02 ` [PATCH 0/5] extcon: usb: Introduce USB GPIO extcon driver. Fix DRA7 USB Felipe Balbi
2015-01-20 19:02   ` Felipe Balbi
2015-01-22 13:32   ` Roger Quadros
2015-01-22 13:32     ` Roger Quadros
2015-01-22 14:57     ` Roger Quadros
2015-01-22 14:57       ` Roger Quadros
2015-01-22 20:29       ` Felipe Balbi
2015-01-22 20:29         ` Felipe Balbi
2015-01-23  7:26         ` Roger Quadros
2015-01-23  7:26           ` Roger Quadros
2015-01-23 16:19           ` Felipe Balbi
2015-01-23 16:19             ` Felipe Balbi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54BE1F4A.109@ti.com \
    --to=rogerq@ti.com \
    --cc=balbi@ti.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=george.cherian@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=nsekhar@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.