* [GIT PULL] extcon next for v5.4 [not found] <CGME20190826025109epcas1p2add5354e4989028cd942b2121447dfd8@epcas1p2.samsung.com> @ 2019-08-26 2:55 ` Chanwoo Choi 2019-09-03 2:49 ` Chanwoo Choi 2019-09-03 19:46 ` Greg KH 0 siblings, 2 replies; 3+ messages in thread From: Chanwoo Choi @ 2019-08-26 2:55 UTC (permalink / raw) To: Greg KH, linux-kernel@vger.kernel.org Cc: Chanwoo Choi (samsung.com), Chanwoo Choi (chanwoo@kernel.org), 함명주 Dear Greg, This is extcon-next pull request for v5.4. I add detailed description of this pull request on below. Please pull extcon with following updates. Detailed description for this pull request: 1. Clean up the and fix the minor issue of extcon provider driver - extcon-arizona/max77843 replace the helper function with more correct helper function without operation changes. - extcon-fsa9480 supports the FSA880 variant by adding the compatible name. - extcon-arizona updates the dt-binding file for the readability. - extcon-gpio initializes the interrupt flags according to active-low state. - Clean up extcon-sm5502/axp288/adc-jack Best Regards, Chanwoo Choi The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.4 for you to fetch changes up to a3fc5723397703a56fb6083b3e2f2ac601d1dfe0: extcon: adc-jack: Remove dev_err() usage after platform_get_irq() (2019-07-31 09:55:46 +0900) ---------------------------------------------------------------- Andy Shevchenko (3): extcon: arizona: Switch to use device_property_count_u32() extcon: axp288: Add missed error check extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi() Charles Keepax (1): extcon: arizona: Update binding example to use available defines Linus Walleij (2): extcon: fsa9480: Support the FSA880 variant extcon: gpio: Request reasonable interrupts Stephen Boyd (1): extcon: adc-jack: Remove dev_err() usage after platform_get_irq() Vasyl Gomonovych (1): extcon: sm5502: Add IRQ_ONESHOT Wolfram Sang (1): extcon: extcon-max77843: convert to i2c_new_dummy_device .../devicetree/bindings/extcon/extcon-arizona.txt | 2 +- .../devicetree/bindings/extcon/extcon-fsa9480.txt | 4 ++- drivers/extcon/extcon-adc-jack.c | 4 +-- drivers/extcon/extcon-arizona.c | 2 +- drivers/extcon/extcon-axp288.c | 16 ++++++------ drivers/extcon/extcon-fsa9480.c | 1 + drivers/extcon/extcon-gpio.c | 29 ++++++++++++++-------- drivers/extcon/extcon-max77843.c | 6 ++--- drivers/extcon/extcon-sm5502.c | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] extcon next for v5.4 2019-08-26 2:55 ` [GIT PULL] extcon next for v5.4 Chanwoo Choi @ 2019-09-03 2:49 ` Chanwoo Choi 2019-09-03 19:46 ` Greg KH 1 sibling, 0 replies; 3+ messages in thread From: Chanwoo Choi @ 2019-09-03 2:49 UTC (permalink / raw) To: Greg KH, linux-kernel@vger.kernel.org Cc: Chanwoo Choi (chanwoo@kernel.org), 함명주 Dear Greg, Gently ping. Best Regards, Chanwoo Choi On 19. 8. 26. 오전 11:55, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.4. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > > Detailed description for this pull request: > 1. Clean up the and fix the minor issue of extcon provider driver > - extcon-arizona/max77843 replace the helper function > with more correct helper function without operation changes. > - extcon-fsa9480 supports the FSA880 variant by adding the compatible name. > - extcon-arizona updates the dt-binding file for the readability. > - extcon-gpio initializes the interrupt flags according to active-low state. > - Clean up extcon-sm5502/axp288/adc-jack > > Best Regards, > Chanwoo Choi > > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.4 > > for you to fetch changes up to a3fc5723397703a56fb6083b3e2f2ac601d1dfe0: > > extcon: adc-jack: Remove dev_err() usage after platform_get_irq() (2019-07-31 09:55:46 +0900) > > ---------------------------------------------------------------- > Andy Shevchenko (3): > extcon: arizona: Switch to use device_property_count_u32() > extcon: axp288: Add missed error check > extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi() > > Charles Keepax (1): > extcon: arizona: Update binding example to use available defines > > Linus Walleij (2): > extcon: fsa9480: Support the FSA880 variant > extcon: gpio: Request reasonable interrupts > > Stephen Boyd (1): > extcon: adc-jack: Remove dev_err() usage after platform_get_irq() > > Vasyl Gomonovych (1): > extcon: sm5502: Add IRQ_ONESHOT > > Wolfram Sang (1): > extcon: extcon-max77843: convert to i2c_new_dummy_device > > .../devicetree/bindings/extcon/extcon-arizona.txt | 2 +- > .../devicetree/bindings/extcon/extcon-fsa9480.txt | 4 ++- > drivers/extcon/extcon-adc-jack.c | 4 +-- > drivers/extcon/extcon-arizona.c | 2 +- > drivers/extcon/extcon-axp288.c | 16 ++++++------ > drivers/extcon/extcon-fsa9480.c | 1 + > drivers/extcon/extcon-gpio.c | 29 ++++++++++++++-------- > drivers/extcon/extcon-max77843.c | 6 ++--- > drivers/extcon/extcon-sm5502.c | 2 +- > 9 files changed, 39 insertions(+), 27 deletions(-) > > -- Best Regards, Chanwoo Choi Samsung Electronics ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] extcon next for v5.4 2019-08-26 2:55 ` [GIT PULL] extcon next for v5.4 Chanwoo Choi 2019-09-03 2:49 ` Chanwoo Choi @ 2019-09-03 19:46 ` Greg KH 1 sibling, 0 replies; 3+ messages in thread From: Greg KH @ 2019-09-03 19:46 UTC (permalink / raw) To: Chanwoo Choi Cc: linux-kernel@vger.kernel.org, Chanwoo Choi (chanwoo@kernel.org), 함명주 On Mon, Aug 26, 2019 at 11:55:13AM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.4. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > > Detailed description for this pull request: > 1. Clean up the and fix the minor issue of extcon provider driver > - extcon-arizona/max77843 replace the helper function > with more correct helper function without operation changes. > - extcon-fsa9480 supports the FSA880 variant by adding the compatible name. > - extcon-arizona updates the dt-binding file for the readability. > - extcon-gpio initializes the interrupt flags according to active-low state. > - Clean up extcon-sm5502/axp288/adc-jack > > Best Regards, > Chanwoo Choi > > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.4 Pulled and pushed out, thanks. greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-03 19:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20190826025109epcas1p2add5354e4989028cd942b2121447dfd8@epcas1p2.samsung.com>
2019-08-26 2:55 ` [GIT PULL] extcon next for v5.4 Chanwoo Choi
2019-09-03 2:49 ` Chanwoo Choi
2019-09-03 19:46 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox