From: Chanwoo Choi <cw00.choi@samsung.com>
To: Venkat Reddy Talla <vreddytalla@nvidia.com>,
myungjoo.ham@samsung.com, linux-kernel@vger.kernel.org
Cc: ldewangan@nvidia.com
Subject: Re: [PATCH] extcon: adc-jack: update cable state during boot
Date: Wed, 06 Jul 2016 09:06:10 +0900 [thread overview]
Message-ID: <577C4B72.2030701@samsung.com> (raw)
In-Reply-To: <1467726981-27484-1-git-send-email-vreddytalla@nvidia.com>
Hi Venkat,
On 2016년 07월 05일 22:56, Venkat Reddy Talla wrote:
> Update cable state during boot to avoid any missing
> external cable events occurred before driver initialisation.
>
> Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
> ---
> drivers/extcon/extcon-adc-jack.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c
> index 44e48aa..48dec94 100644
> --- a/drivers/extcon/extcon-adc-jack.c
> +++ b/drivers/extcon/extcon-adc-jack.c
> @@ -158,6 +158,7 @@ static int adc_jack_probe(struct platform_device *pdev)
> if (data->wakeup_source)
> device_init_wakeup(&pdev->dev, 1);
>
> + adc_jack_handler(&data->handler.work);
> return 0;
> }
>
>
Applied it.
Thanks,
Chanwoo Choi
prev parent reply other threads:[~2016-07-06 0:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160705135643epcas1p33b507256277b3c126049d168a1db3639@epcas1p3.samsung.com>
2016-07-05 13:56 ` [PATCH] extcon: adc-jack: update cable state during boot Venkat Reddy Talla
2016-07-06 0:06 ` Chanwoo Choi [this message]
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=577C4B72.2030701@samsung.com \
--to=cw00.choi@samsung.com \
--cc=ldewangan@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=vreddytalla@nvidia.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.