* Re: [PULL] topic/crc-pmic [not found] <20150723073143.GA23326@phenom.ffwll.local> @ 2015-07-23 7:38 ` Daniel Vetter 2015-07-27 11:21 ` Thierry Reding 0 siblings, 1 reply; 5+ messages in thread From: Daniel Vetter @ 2015-07-23 7:38 UTC (permalink / raw) To: Dave Airlie Cc: Samuel Ortiz, Linus Walleij, Alexandre Courbot, Thierry Reding, Lee Jones, dri-devel, intel-gfx, Linux Kernel Mailing List Oops, somehow removed the mailing lists from Cc: when adding all other maintainers. Fixed that now. -Daniel On Thu, Jul 23, 2015 at 9:31 AM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > Hi Dave, > > crystalcove pmic support from Shobhit. Patch series has all acks/r-bs from > other mainainers so ok to pull into drm-next. But I'm cc'ing all other > maintainers as fyi and in case they want to pull it into their trees too > to avoid conflicts. > > Cheers, Daniel > > > The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: > > Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) > > are available in the git repository at: > > git://anongit.freedesktop.org/drm-intel tags/topic/crc-pmic-2015-07-23 > > for you to fetch changes up to 04cbfe68c3190f23bcfec230bfd832b533f35554: > > mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled (2015-07-22 11:18:41 +0200) > > ---------------------------------------------------------------- > Shobhit Kumar (8): > gpiolib: Add support for removing registered consumer lookup table > mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signal > mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC > mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM > pwm: crc: Add Crystalcove (CRC) PWM driver > drm/i915: Use the CRC gpio for panel enable/disable > drm/i915: Backlight control using CRC PMIC based PWM driver > mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled > > drivers/gpio/gpiolib.c | 13 ++++ > drivers/gpu/drm/i915/intel_bios.h | 7 ++ > drivers/gpu/drm/i915/intel_drv.h | 4 ++ > drivers/gpu/drm/i915/intel_dsi.c | 37 +++++++++- > drivers/gpu/drm/i915/intel_dsi.h | 3 + > drivers/gpu/drm/i915/intel_panel.c | 94 ++++++++++++++++++++++-- > drivers/mfd/Kconfig | 1 + > drivers/mfd/intel_soc_pmic_core.c | 29 ++++++++ > drivers/mfd/intel_soc_pmic_crc.c | 3 + > drivers/pwm/Kconfig | 7 ++ > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-crc.c | 143 +++++++++++++++++++++++++++++++++++++ > include/linux/gpio/machine.h | 1 + > 13 files changed, 336 insertions(+), 7 deletions(-) > create mode 100644 drivers/pwm/pwm-crc.c > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PULL] topic/crc-pmic 2015-07-23 7:38 ` [PULL] topic/crc-pmic Daniel Vetter @ 2015-07-27 11:21 ` Thierry Reding 2015-07-27 13:09 ` Daniel Vetter 2015-07-28 3:35 ` [Intel-gfx] " Kumar, Shobhit 0 siblings, 2 replies; 5+ messages in thread From: Thierry Reding @ 2015-07-27 11:21 UTC (permalink / raw) To: Daniel Vetter Cc: Dave Airlie, Samuel Ortiz, Linus Walleij, Alexandre Courbot, Lee Jones, dri-devel, intel-gfx, Linux Kernel Mailing List [-- Attachment #1: Type: text/plain, Size: 571 bytes --] On Thu, Jul 23, 2015 at 09:38:46AM +0200, Daniel Vetter wrote: [...] > On Thu, Jul 23, 2015 at 9:31 AM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote: [...] > > Shobhit Kumar (8): [...] > > pwm: crc: Add Crystalcove (CRC) PWM driver Would you mind removing this from your branch? I ended up manually applying a couple of changes that I had requested but ended up not getting addressed. When you drop it, let me know so I can push my branch to -next and have it not collide with your tree immediately. I assume it's in a branch that feeds into linux-next? Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PULL] topic/crc-pmic 2015-07-27 11:21 ` Thierry Reding @ 2015-07-27 13:09 ` Daniel Vetter 2015-07-27 13:20 ` Thierry Reding 2015-07-28 3:35 ` [Intel-gfx] " Kumar, Shobhit 1 sibling, 1 reply; 5+ messages in thread From: Daniel Vetter @ 2015-07-27 13:09 UTC (permalink / raw) To: Thierry Reding Cc: Daniel Vetter, Dave Airlie, Samuel Ortiz, Linus Walleij, Alexandre Courbot, Lee Jones, dri-devel, intel-gfx, Linux Kernel Mailing List On Mon, Jul 27, 2015 at 01:21:01PM +0200, Thierry Reding wrote: > On Thu, Jul 23, 2015 at 09:38:46AM +0200, Daniel Vetter wrote: > [...] > > On Thu, Jul 23, 2015 at 9:31 AM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > [...] > > > Shobhit Kumar (8): > [...] > > > pwm: crc: Add Crystalcove (CRC) PWM driver > > Would you mind removing this from your branch? I ended up manually > applying a couple of changes that I had requested but ended up not > getting addressed. > > When you drop it, let me know so I can push my branch to -next and > have it not collide with your tree immediately. I assume it's in a > branch that feeds into linux-next? Oops sorry I missed that there was still review pending. Unfortuntely Dave already pulled this into drm-next so it's baked in. I guess best would be to pull this into your pwm branch too and resolve the conflicts in the merge explicitly. Sorry about the mess I've caused here for you. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PULL] topic/crc-pmic 2015-07-27 13:09 ` Daniel Vetter @ 2015-07-27 13:20 ` Thierry Reding 0 siblings, 0 replies; 5+ messages in thread From: Thierry Reding @ 2015-07-27 13:20 UTC (permalink / raw) To: Dave Airlie, Samuel Ortiz, Linus Walleij, Alexandre Courbot, Lee Jones, dri-devel, intel-gfx, Linux Kernel Mailing List [-- Attachment #1: Type: text/plain, Size: 1103 bytes --] On Mon, Jul 27, 2015 at 03:09:54PM +0200, Daniel Vetter wrote: > On Mon, Jul 27, 2015 at 01:21:01PM +0200, Thierry Reding wrote: > > On Thu, Jul 23, 2015 at 09:38:46AM +0200, Daniel Vetter wrote: > > [...] > > > On Thu, Jul 23, 2015 at 9:31 AM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > > [...] > > > > Shobhit Kumar (8): > > [...] > > > > pwm: crc: Add Crystalcove (CRC) PWM driver > > > > Would you mind removing this from your branch? I ended up manually > > applying a couple of changes that I had requested but ended up not > > getting addressed. > > > > When you drop it, let me know so I can push my branch to -next and > > have it not collide with your tree immediately. I assume it's in a > > branch that feeds into linux-next? > > Oops sorry I missed that there was still review pending. Unfortuntely Dave > already pulled this into drm-next so it's baked in. I guess best would be > to pull this into your pwm branch too and resolve the conflicts in the > merge explicitly. Sorry about the mess I've caused here for you. Oh well, nevermind. Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] [PULL] topic/crc-pmic 2015-07-27 11:21 ` Thierry Reding 2015-07-27 13:09 ` Daniel Vetter @ 2015-07-28 3:35 ` Kumar, Shobhit 1 sibling, 0 replies; 5+ messages in thread From: Kumar, Shobhit @ 2015-07-28 3:35 UTC (permalink / raw) To: Thierry Reding, Daniel Vetter Cc: Alexandre Courbot, Samuel Ortiz, Linus Walleij, Linux Kernel Mailing List, dri-devel, Lee Jones, intel-gfx On Monday 27 July 2015 04:51 PM, Thierry Reding wrote: > On Thu, Jul 23, 2015 at 09:38:46AM +0200, Daniel Vetter wrote: > [...] >> On Thu, Jul 23, 2015 at 9:31 AM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > [...] >>> Shobhit Kumar (8): > [...] >>> pwm: crc: Add Crystalcove (CRC) PWM driver > > Would you mind removing this from your branch? I ended up manually > applying a couple of changes that I had requested but ended up not > getting addressed. Sorry if I missed, but I thought I had addressed all your comments in my last patch and did not see any further comments from you. Regards Shobhit > > When you drop it, let me know so I can push my branch to -next and > have it not collide with your tree immediately. I assume it's in a > branch that feeds into linux-next? > > Thierry > > > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-28 3:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150723073143.GA23326@phenom.ffwll.local>
2015-07-23 7:38 ` [PULL] topic/crc-pmic Daniel Vetter
2015-07-27 11:21 ` Thierry Reding
2015-07-27 13:09 ` Daniel Vetter
2015-07-27 13:20 ` Thierry Reding
2015-07-28 3:35 ` [Intel-gfx] " Kumar, Shobhit
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).