All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] intel_th: Fixes for char-misc-linus
@ 2017-03-15 13:00 Alexander Shishkin
  2017-03-16  1:47 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shishkin @ 2017-03-15 13:00 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel, laurent.fert, Mathieu Poirier, Chunyan Zhang,
	Alexander Shishkin

Hi Greg,

Here are my fixes for 4.11, please consider pulling. One is an actual
bugfix, two others are new PCI IDs. Thanks!

The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:

  Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-fixes-for-greg-20170315

for you to fetch changes up to 340837f985c2cb87ca0868d4aa9ce42b0fab3a21:

  intel_th: pci: Add Gemini Lake support (2017-03-15 14:55:18 +0200)

----------------------------------------------------------------
intel_th: Fixes for 4.11

These are:
 * fix for a module refcount leak
 * two new PCI IDs

----------------------------------------------------------------
Alexander Shishkin (3):
      intel_th: Don't leak module refcount on failure to activate
      intel_th: pci: Add Denverton SOC support
      intel_th: pci: Add Gemini Lake support

 drivers/hwtracing/intel_th/core.c |  4 +++-
 drivers/hwtracing/intel_th/pci.c  | 10 ++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] intel_th: Fixes for char-misc-linus
  2017-03-15 13:00 [GIT PULL] intel_th: Fixes for char-misc-linus Alexander Shishkin
@ 2017-03-16  1:47 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2017-03-16  1:47 UTC (permalink / raw)
  To: Alexander Shishkin
  Cc: linux-kernel, laurent.fert, Mathieu Poirier, Chunyan Zhang

On Wed, Mar 15, 2017 at 03:00:38PM +0200, Alexander Shishkin wrote:
> Hi Greg,
> 
> Here are my fixes for 4.11, please consider pulling. One is an actual
> bugfix, two others are new PCI IDs. Thanks!
> 
> The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:
> 
>   Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-fixes-for-greg-20170315

Pulled and pushed out, thanks.

greg k-h

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

* Re: [GIT PULL] intel_th: Fixes for char-misc-linus
  2017-07-26 12:46 Alexander Shishkin
@ 2017-07-26 14:39 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2017-07-26 14:39 UTC (permalink / raw)
  To: Alexander Shishkin; +Cc: linux-kernel, alexander.shishkin

On Wed, Jul 26, 2017 at 03:46:47PM +0300, Alexander Shishkin wrote:
> Hi Greg,
> 
> Here are my fixes for 4.13, please consider pulling. These are really
> just two new PCI IDs. Thanks!
> 
> The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:
> 
>   Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-fixes-for-greg-20170726
> 
> for you to fetch changes up to a45ae3526897ebcd128e9044040bc7b4f57de4f0:
> 
>   intel_th: pci: Add Cannon Lake PCH-LP support (2017-07-26 15:33:15 +0300)
> 
> ----------------------------------------------------------------
> intel_th: Fixes for v4.13
> 
> These are two new PCI IDs (Cannon Lake PCH-H and PCH-LP).
> 
> ----------------------------------------------------------------
> Alexander Shishkin (2):
>       intel_th: pci: Add Cannon Lake PCH-H support
>       intel_th: pci: Add Cannon Lake PCH-LP support


Why not just send me two patches?  Would be much easier than a pull
request...

thanks,

greg k-h

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

* [GIT PULL] intel_th: Fixes for char-misc-linus
@ 2017-07-26 12:46 Alexander Shishkin
  2017-07-26 14:39 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shishkin @ 2017-07-26 12:46 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, alexander.shishkin

Hi Greg,

Here are my fixes for 4.13, please consider pulling. These are really
just two new PCI IDs. Thanks!

The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:

  Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-fixes-for-greg-20170726

for you to fetch changes up to a45ae3526897ebcd128e9044040bc7b4f57de4f0:

  intel_th: pci: Add Cannon Lake PCH-LP support (2017-07-26 15:33:15 +0300)

----------------------------------------------------------------
intel_th: Fixes for v4.13

These are two new PCI IDs (Cannon Lake PCH-H and PCH-LP).

----------------------------------------------------------------
Alexander Shishkin (2):
      intel_th: pci: Add Cannon Lake PCH-H support
      intel_th: pci: Add Cannon Lake PCH-LP support

 drivers/hwtracing/intel_th/pci.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

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

end of thread, other threads:[~2017-07-26 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 13:00 [GIT PULL] intel_th: Fixes for char-misc-linus Alexander Shishkin
2017-03-16  1:47 ` Greg KH
2017-07-26 12:46 Alexander Shishkin
2017-07-26 14:39 ` Greg KH

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.