Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1684205

[PATCH V2 0/5]: spmi: pmic-arb: Fixup patches

From Kiran Gunda <kgunda@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH V2 0/5]: spmi: pmic-arb: Fixup patches
Date 2017-07-10 14:50 +0200
Message-ID <u1Giu-56Z-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


v2:
	* spmi: pmic-arb: remove the read/write access checks
	  Added Stephen's reviewed-by tag.

	* spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other code cleanup
	  Removed an extra line from the documentation.

	* spmi: pmic-arb: replace the writel_relaxed with __raw_writel
	  Added Stephen's reviewed-by tag.

	* spmi: pmic-arb: return the value instead of passing by pointer
	  Added Stephen's reviewed-by tag.
	  Modified the pmic_arb_offset_* function to return the offset instead
	  of passed by a pointer.

	* spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup capability
	  Simplified the qpnpint_irq_set_wake function by using the irq_set_irq_wake
	  function instead of using enable_irq_wake/disable_irq_wake.
	  
v1:

This patch series is to fix-up the comments given by Stephen Boyd
on the below 11 pathces. These 11 patches were picked up by GregKH
in to his tree and later reviewed by Stephen Boyd. As it is very difficult
to revert the changes from his tree, we decided to let these patches go
in to Greg's tree and provide the fix-up patches later.

Following are the 11 patches picked by Greg:

https://patchwork.kernel.org/patch/9754503/
https://patchwork.kernel.org/patch/9754501/ 
https://patchwork.kernel.org/patch/9754559/
https://patchwork.kernel.org/patch/9754511/
https://patchwork.kernel.org/patch/9754515/
https://patchwork.kernel.org/patch/9754553/
https://patchwork.kernel.org/patch/9754555/
https://patchwork.kernel.org/patch/9754521/
https://patchwork.kernel.org/patch/9754551
https://patchwork.kernel.org/patch/9754525
https://patchwork.kernel.org/patch/9754531/

Also this patch series is dependent on the below patch pushed
by Stephen Boyd. Please take this series after taking this patch
in to the tree.

https://patchwork.kernel.org/patch/9810723/

Kiran Gunda (5):
  spmi: pmic-arb: remove the read/write access checks
  spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other code cleanup
  spmi: pmic-arb: replace the writel_relaxed with __raw_writel
  spmi: pmic-arb: return the value instead of passing by pointer
  spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup
    capability

 drivers/spmi/spmi-pmic-arb.c | 563 +++++++++++++++++++------------------------
 1 file changed, 250 insertions(+), 313 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
 a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V2 0/5]: spmi: pmic-arb: Fixup patches Kiran Gunda <kgunda@codeaurora.org> - 2017-07-10 14:50 +0200
  [PATCH V2 5/5] spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup capability Kiran Gunda <kgunda@codeaurora.org> - 2017-07-10 14:50 +0200
    Re: [PATCH V2 5/5] spmi: pmic-arb: use irq_chip callback to set spmi  irq wakeup capability Stephen Boyd <sboyd@codeaurora.org> - 2017-07-11 03:30 +0200
  [PATCH V2 2/5] spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other code cleanup Kiran Gunda <kgunda@codeaurora.org> - 2017-07-10 14:50 +0200
    Re: [PATCH V2 2/5] spmi: pmic-arb: rename pa_xx to pmic_arb_xx and  other code cleanup Stephen Boyd <sboyd@codeaurora.org> - 2017-07-14 20:30 +0200
      Re: [PATCH V2 2/5] spmi: pmic-arb: rename pa_xx to pmic_arb_xx and  other code cleanup kgunda@codeaurora.org - 2017-07-18 07:00 +0200

csiph-web