* [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature
@ 2012-05-08 10:01 Chanwoo Choi
2012-05-08 16:06 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2012-05-08 10:01 UTC (permalink / raw)
To: Greg KH, Arnd Bergmann
Cc: myungjoo.ham@samsung.com, Kyungmin Park,
linux-kernel@vger.kernel.org
This patchset use Extcon framework in extcon-max8997 driver to control
external connector instead of max8997-muic driver which is implemented
with callback function through platform_data to control external connector.
So, first patch add MAX8997 extcon driver (drivers/extcon/extcon-max8997.c),
the last patch remove previous MAX8997 MUIC
driver(drivers/misc/max8997-muic.c)
which support MUIC feature of Maxim MAX8997 with callback function.
Chanwoo Choi (2):
Extcon: add MAX8997 extcon driver
misc: MAX8997: Remove max8997-muic driver
drivers/extcon/Kconfig | 8 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-max8997.c | 542
+++++++++++++++++++++++++++++++++++++++
drivers/misc/Kconfig | 8 -
drivers/misc/Makefile | 1 -
drivers/misc/max8997-muic.c | 495 -----------------------------------
include/linux/mfd/max8997.h | 23 --
7 files changed, 551 insertions(+), 527 deletions(-)
create mode 100644 drivers/extcon/extcon-max8997.c
delete mode 100644 drivers/misc/max8997-muic.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature
2012-05-08 10:01 [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature Chanwoo Choi
@ 2012-05-08 16:06 ` Greg KH
2012-05-09 0:49 ` Chanwoo Choi
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2012-05-08 16:06 UTC (permalink / raw)
To: Chanwoo Choi
Cc: Arnd Bergmann, myungjoo.ham@samsung.com, Kyungmin Park,
linux-kernel@vger.kernel.org
On Tue, May 08, 2012 at 07:01:42PM +0900, Chanwoo Choi wrote:
> This patchset use Extcon framework in extcon-max8997 driver to control
> external connector instead of max8997-muic driver which is implemented
> with callback function through platform_data to control external connector.
>
> So, first patch add MAX8997 extcon driver (drivers/extcon/extcon-max8997.c),
> the last patch remove previous MAX8997 MUIC
> driver(drivers/misc/max8997-muic.c)
> which support MUIC feature of Maxim MAX8997 with callback function.
>
> Chanwoo Choi (2):
> Extcon: add MAX8997 extcon driver
> misc: MAX8997: Remove max8997-muic driver
>
> drivers/extcon/Kconfig | 8 +
> drivers/extcon/Makefile | 1 +
> drivers/extcon/extcon-max8997.c | 542
> +++++++++++++++++++++++++++++++++++++++
Your patches are line-wrapped and can not be applied.
Please fix your email client (read Documentation/email_clients.txt for
hints) and resend this series.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature
2012-05-08 16:06 ` Greg KH
@ 2012-05-09 0:49 ` Chanwoo Choi
0 siblings, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2012-05-09 0:49 UTC (permalink / raw)
To: Greg KH
Cc: Arnd Bergmann, myungjoo.ham@samsung.com, Kyungmin Park,
linux-kernel@vger.kernel.org
On 05/09/2012 01:06 AM, Greg KH wrote:
> On Tue, May 08, 2012 at 07:01:42PM +0900, Chanwoo Choi wrote:
>> This patchset use Extcon framework in extcon-max8997 driver to control
>> external connector instead of max8997-muic driver which is implemented
>> with callback function through platform_data to control external connector.
>>
>> So, first patch add MAX8997 extcon driver (drivers/extcon/extcon-max8997.c),
>> the last patch remove previous MAX8997 MUIC
>> driver(drivers/misc/max8997-muic.c)
>> which support MUIC feature of Maxim MAX8997 with callback function.
>>
>> Chanwoo Choi (2):
>> Extcon: add MAX8997 extcon driver
>> misc: MAX8997: Remove max8997-muic driver
>>
>> drivers/extcon/Kconfig | 8 +
>> drivers/extcon/Makefile | 1 +
>> drivers/extcon/extcon-max8997.c | 542
>> +++++++++++++++++++++++++++++++++++++++
>
> Your patches are line-wrapped and can not be applied.
>
> Please fix your email client (read Documentation/email_clients.txt for
> hints) and resend this series.
>
I'm so sorry. I will repost patchset after fixing line-wrapped issue at once.
Best Regards,
Chanwoo Choi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-09 0:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 10:01 [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature Chanwoo Choi
2012-05-08 16:06 ` Greg KH
2012-05-09 0:49 ` Chanwoo Choi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox