lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 23 Jul 2015 09:38:46 +0200
From:	Daniel Vetter <daniel.vetter@...ll.ch>
To:	Dave Airlie <airlied@...il.com>
Cc:	Samuel Ortiz <sameo@...ux.intel.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	Alexandre Courbot <gnurou@...il.com>,
	Thierry Reding <thierry.reding@...il.com>,
	Lee Jones <lee.jones@...aro.org>,
	dri-devel <dri-devel@...ts.freedesktop.org>,
	intel-gfx <intel-gfx@...ts.freedesktop.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PULL] topic/crc-pmic

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@...ll.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ