* [PATCH 0/2] mfd: MAX77693: Fix bug
@ 2012-08-21 6:15 Chanwoo Choi
2012-09-05 21:01 ` Greg KH
2012-09-15 22:32 ` Samuel Ortiz
0 siblings, 2 replies; 4+ messages in thread
From: Chanwoo Choi @ 2012-08-21 6:15 UTC (permalink / raw)
To: sameo; +Cc: gregkh, myungjoo.ham, kyungmin.park, linux-kernel, Chanwoo Choi
This patchset fix bug of Maxim MAX77693 chip. First patch unmask interrupt
masking bit for charger/flas/muic device of Maxim MAX77693 and second patch
remove NULL pointer error when mfd-max77693 driver initialize irqs of Maxim
MAX77693 devices.
Chanwoo Choi (2):
mfd: MAX77693: Fix bug of interrupt handlding for MAX77693 devices
mfd: MAX77693: Fix NULL pointer error when initialize irqs of Maxim
MAX77693
drivers/extcon/extcon-max77693.c | 20 +++++++++++++-------
drivers/mfd/max77693-irq.c | 36 +++++++++++++++++++++++++++++++-----
drivers/mfd/max77693.c | 14 ++++++++++++++
3 files changed, 58 insertions(+), 12 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] mfd: MAX77693: Fix bug
2012-08-21 6:15 [PATCH 0/2] mfd: MAX77693: Fix bug Chanwoo Choi
@ 2012-09-05 21:01 ` Greg KH
2012-09-15 22:32 ` Samuel Ortiz
1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2012-09-05 21:01 UTC (permalink / raw)
To: Chanwoo Choi; +Cc: sameo, myungjoo.ham, kyungmin.park, linux-kernel
On Tue, Aug 21, 2012 at 03:15:47PM +0900, Chanwoo Choi wrote:
> This patchset fix bug of Maxim MAX77693 chip. First patch unmask interrupt
> masking bit for charger/flas/muic device of Maxim MAX77693 and second patch
> remove NULL pointer error when mfd-max77693 driver initialize irqs of Maxim
> MAX77693 devices.
>
> Chanwoo Choi (2):
> mfd: MAX77693: Fix bug of interrupt handlding for MAX77693 devices
> mfd: MAX77693: Fix NULL pointer error when initialize irqs of Maxim
> MAX77693
>
> drivers/extcon/extcon-max77693.c | 20 +++++++++++++-------
> drivers/mfd/max77693-irq.c | 36 +++++++++++++++++++++++++++++++-----
> drivers/mfd/max77693.c | 14 ++++++++++++++
> 3 files changed, 58 insertions(+), 12 deletions(-)
Feel free to take these patches through the MFD tree:
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] mfd: MAX77693: Fix bug
2012-08-21 6:15 [PATCH 0/2] mfd: MAX77693: Fix bug Chanwoo Choi
2012-09-05 21:01 ` Greg KH
@ 2012-09-15 22:32 ` Samuel Ortiz
2012-09-16 23:30 ` Chanwoo Choi
1 sibling, 1 reply; 4+ messages in thread
From: Samuel Ortiz @ 2012-09-15 22:32 UTC (permalink / raw)
To: Chanwoo Choi; +Cc: gregkh, myungjoo.ham, kyungmin.park, linux-kernel
Hi Chanwoo,
On Tue, Aug 21, 2012 at 03:15:47PM +0900, Chanwoo Choi wrote:
> This patchset fix bug of Maxim MAX77693 chip. First patch unmask interrupt
> masking bit for charger/flas/muic device of Maxim MAX77693 and second patch
> remove NULL pointer error when mfd-max77693 driver initialize irqs of Maxim
> MAX77693 devices.
>
> Chanwoo Choi (2):
> mfd: MAX77693: Fix bug of interrupt handlding for MAX77693 devices
> mfd: MAX77693: Fix NULL pointer error when initialize irqs of Maxim
> MAX77693
>
> drivers/extcon/extcon-max77693.c | 20 +++++++++++++-------
> drivers/mfd/max77693-irq.c | 36 +++++++++++++++++++++++++++++++-----
> drivers/mfd/max77693.c | 14 ++++++++++++++
> 3 files changed, 58 insertions(+), 12 deletions(-)
Both patches applied to my for-linus branch.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] mfd: MAX77693: Fix bug
2012-09-15 22:32 ` Samuel Ortiz
@ 2012-09-16 23:30 ` Chanwoo Choi
0 siblings, 0 replies; 4+ messages in thread
From: Chanwoo Choi @ 2012-09-16 23:30 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: gregkh, myungjoo.ham, kyungmin.park, linux-kernel
On 09/16/2012 07:32 AM, Samuel Ortiz wrote:
> Hi Chanwoo,
>
> On Tue, Aug 21, 2012 at 03:15:47PM +0900, Chanwoo Choi wrote:
>> This patchset fix bug of Maxim MAX77693 chip. First patch unmask interrupt
>> masking bit for charger/flas/muic device of Maxim MAX77693 and second patch
>> remove NULL pointer error when mfd-max77693 driver initialize irqs of Maxim
>> MAX77693 devices.
>>
>> Chanwoo Choi (2):
>> mfd: MAX77693: Fix bug of interrupt handlding for MAX77693 devices
>> mfd: MAX77693: Fix NULL pointer error when initialize irqs of Maxim
>> MAX77693
>>
>> drivers/extcon/extcon-max77693.c | 20 +++++++++++++-------
>> drivers/mfd/max77693-irq.c | 36 +++++++++++++++++++++++++++++++-----
>> drivers/mfd/max77693.c | 14 ++++++++++++++
>> 3 files changed, 58 insertions(+), 12 deletions(-)
> Both patches applied to my for-linus branch.
>
> Cheers,
> Samuel.
>
Thanks for your reply and applied it.
Best Regards,
Chanwoo Choi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-16 23:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 6:15 [PATCH 0/2] mfd: MAX77693: Fix bug Chanwoo Choi
2012-09-05 21:01 ` Greg KH
2012-09-15 22:32 ` Samuel Ortiz
2012-09-16 23:30 ` Chanwoo Choi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox