Linux I2C development
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>,
	Hans de Goede <hdegoede@redhat.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	Jarkko Nikula <jarkko.nikula@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	dri-devel@lists.freedesktop.org, linux-i2c@vger.kernel.org
Subject: Re: [PULL] topic/designware-baytrail for 4.12
Date: Thu, 2 Mar 2017 08:00:20 +0100	[thread overview]
Message-ID: <20170302070020.g6addy6rmj7owxe6@phenom.ffwll.local> (raw)
In-Reply-To: <20170301104248.i5djd74w2m6tkajf@phenom.ffwll.local>

On Wed, Mar 01, 2017 at 11:42:48AM +0100, Daniel Vetter wrote:
> Hi all,
> 
> topic/designware-baytrail-2017-03-01:
> Baytrail PMIC vs. PMU race fixes from Hans de Goede
> 
> I opted to put all the patches for all subsystems into the topic branches,
> so that if needed, each subsystem can apply refactorings to the entire
> thing. Which might be needed since we're very early in the 4.12 cycle.
> 
> This has baked for a few days in the drm-intel CI and looks good afaics.
> I'll pull this into drm-intel.git for 4.12, feel free to pull into any
> other subsystem where needed.

Hold the presses, 0day found a compile warning. Not sure whether it's a
special config or why I/0day didn't spot this in the few days I let this
soak, but well.

Hans, can you pls provide I fixup patch? I'll respin the pull once I have
that.
-Daniel

> 
> Cheers, Daniel
> 
> 
> The following changes since commit 64a577196d66b44e37384bc5c4d78c61f59d5b2a:
> 
>   lib/Kconfig: make PRIME_NUMBERS not user selectable. (2017-02-24 12:11:21 +1000)
> 
> are available in the git repository at:
> 
>   git://anongit.freedesktop.org/git/drm-intel tags/topic/designware-baytrail-2017-03-01
> 
> for you to fetch changes up to ca9b131b63aaf21419725bcf90497877d6bf6271:
> 
>   drm/i915: Listen for PMIC bus access notifications (2017-02-26 21:23:13 +0100)
> 
> ----------------------------------------------------------------
> Baytrail PMIC vs. PMU race fixes from Hans de Goede
> 
> ----------------------------------------------------------------
> Hans de Goede (12):
>       x86/platform/intel/iosf_mbi: Add a mutex for P-Unit access
>       x86/platform/intel/iosf_mbi: Add a PMIC bus access notifier
>       i2c: designware: Rename accessor_flags to flags
>       i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
>       i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
>       i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphore
>       i2c: designware-baytrail: Fix race when resetting the semaphore
>       i2c: designware-baytrail: Add support for cherrytrail
>       i2c: designware-baytrail: Acquire P-Unit access on bus acquire
>       i2c: designware-baytrail: Call pmic_bus_access_notifier_chain
>       drm/i915: Add intel_uncore_suspend / resume functions
>       drm/i915: Listen for PMIC bus access notifications
> 
>  arch/x86/include/asm/iosf_mbi.h              | 85 ++++++++++++++++++++++++++++
>  arch/x86/platform/intel/iosf_mbi.c           | 49 ++++++++++++++++
>  drivers/gpu/drm/i915/Kconfig                 |  1 +
>  drivers/gpu/drm/i915/i915_drv.c              |  6 +-
>  drivers/gpu/drm/i915/i915_drv.h              |  7 +--
>  drivers/gpu/drm/i915/intel_uncore.c          | 53 +++++++++++++++--
>  drivers/i2c/busses/i2c-designware-baytrail.c | 83 +++++++++++++++++++--------
>  drivers/i2c/busses/i2c-designware-core.c     | 14 ++---
>  drivers/i2c/busses/i2c-designware-core.h     | 13 ++++-
>  drivers/i2c/busses/i2c-designware-pcidrv.c   | 26 ++++++---
>  drivers/i2c/busses/i2c-designware-platdrv.c  |  8 ++-
>  11 files changed, 288 insertions(+), 57 deletions(-)
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-03-02  7:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 10:42 [PULL] topic/designware-baytrail for 4.12 Daniel Vetter
2017-03-02  7:00 ` Daniel Vetter [this message]
2017-03-02 14:38   ` Hans de Goede
2017-03-02 14:47     ` Daniel Vetter
2017-03-02 15:19       ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170302070020.g6addy6rmj7owxe6@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hdegoede@redhat.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox