All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control
@ 2015-06-26  9:02 ` Shobhit Kumar
  0 siblings, 0 replies; 32+ messages in thread
From: Shobhit Kumar @ 2015-06-26  9:02 UTC (permalink / raw)
  To: linux-pwm, intel-gfx, linux-kernel, dri-devel, linux-gpio
  Cc: Alexandre Courbot, Paul Bolle, Samuel Ortiz, Povilas Staniulis,
	Jani Nikula, Shobhit Kumar, Linus Walleij, varkabhadram,
	Paul Gortmaker, bloften80, David Airlie, Chih-Wei Huang,
	Thierry Reding, Daniel Vetter, Lee Jones

Hi,
Next update of the series reviewed at 
https://lkml.org/lkml/2015/6/22/155

Major changes are few review comments from Varka and Ville being addressed. Also except
for intel-gfx patches, all patches reviesion history is moved out of commit message.

Hope this series finally finds its mark.

Regards
Shobhit

Shobhit Kumar (7):
  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

 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/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 +
 12 files changed, 335 insertions(+), 7 deletions(-)
 create mode 100644 drivers/pwm/pwm-crc.c

-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2015-07-21  7:21 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  9:02 [v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control Shobhit Kumar
2015-06-26  9:02 ` Shobhit Kumar
2015-06-26  9:02 ` [v3 1/7] gpiolib: Add support for removing registered consumer lookup table Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-07-01  7:46   ` Lee Jones
2015-06-26  9:02 ` [v3 2/7] mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signal Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-06-26  9:02 ` [v3 3/7] mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC Shobhit Kumar
2015-06-26  9:02 ` [v3 4/7] mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-06-26  9:02 ` [v3 5/7] pwm: crc: Add Crystalcove (CRC) PWM driver Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-06-26 12:31   ` Varka Bhadram
2015-06-26 12:31     ` Varka Bhadram
2015-06-26  9:02 ` [v3 6/7] drm/i915: Use the CRC gpio for panel enable/disable Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-06-26  9:02 ` [v3 7/7] drm/i915: Backlight control using CRC PMIC based PWM driver Shobhit Kumar
2015-06-26  9:02   ` Shobhit Kumar
2015-06-26 16:31 ` [Intel-gfx] [v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control Daniel Vetter
2015-06-26 17:47   ` Ville Syrjälä
2015-06-26 17:47     ` [Intel-gfx] " Ville Syrjälä
2015-06-28  2:28     ` Shobhit Kumar
2015-06-28  2:28       ` [Intel-gfx] " Shobhit Kumar
2015-06-28 22:18     ` Paul Gortmaker
2015-06-28 22:18       ` Paul Gortmaker
2015-06-30  4:37       ` Brain WrecK
2015-07-10 13:06       ` Shobhit Kumar
2015-07-10 13:06         ` [Intel-gfx] " Shobhit Kumar
2015-07-21  7:13         ` Shobhit Kumar
2015-07-21  7:13           ` Shobhit Kumar
2015-07-21  7:24           ` Daniel Vetter
2015-07-21  7:24             ` Daniel Vetter

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.