mbox series

[0/3,v2,Cosmic,Disco] Add Cavium ThunderX2 SoC UNCORE PMU driver

Message ID 20190111034056.15263-1-ike.pan@canonical.com
Headers show
Series Add Cavium ThunderX2 SoC UNCORE PMU driver | expand

Message

Ike Panhc Jan. 11, 2019, 3:40 a.m. UTC
v2: Make sure all patch comments has buglink for reference

BugLink: http://launchpad.net/bugs/1811200

Add driver for Cavium ThunderX2 SoC UNCORE PMU. These patches is backported
from upstream commit d6310a3f33, 69c32972d5.

Ike Panhc (1):
  UBUNTU: [Config] New config CONFIG_THUNDERX2_PMU=m

Kulkarni, Ganapatrao (2):
  Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
  drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver

 Documentation/perf/thunderx2-pmu.txt      |  41 ++
 debian.master/config/config.common.ubuntu |   1 +
 drivers/perf/Kconfig                      |   9 +
 drivers/perf/Makefile                     |   1 +
 drivers/perf/thunderx2_pmu.c              | 861 ++++++++++++++++++++++
 include/linux/cpuhotplug.h                |   1 +
 6 files changed, 914 insertions(+)
 create mode 100644 Documentation/perf/thunderx2-pmu.txt
 create mode 100644 drivers/perf/thunderx2_pmu.c

Comments

Stefan Bader Jan. 11, 2019, 8:20 a.m. UTC | #1
On 11.01.19 04:40, Ike Panhc wrote:
> v2: Make sure all patch comments has buglink for reference
> 
> BugLink: http://launchpad.net/bugs/1811200
> 
> Add driver for Cavium ThunderX2 SoC UNCORE PMU. These patches is backported
> from upstream commit d6310a3f33, 69c32972d5.
> 
> Ike Panhc (1):
>   UBUNTU: [Config] New config CONFIG_THUNDERX2_PMU=m
> 
> Kulkarni, Ganapatrao (2):
>   Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
>   drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
> 
>  Documentation/perf/thunderx2-pmu.txt      |  41 ++
>  debian.master/config/config.common.ubuntu |   1 +
>  drivers/perf/Kconfig                      |   9 +
>  drivers/perf/Makefile                     |   1 +
>  drivers/perf/thunderx2_pmu.c              | 861 ++++++++++++++++++++++
>  include/linux/cpuhotplug.h                |   1 +
>  6 files changed, 914 insertions(+)
>  create mode 100644 Documentation/perf/thunderx2-pmu.txt
>  create mode 100644 drivers/perf/thunderx2_pmu.c
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Colin Ian King Jan. 11, 2019, 9:22 a.m. UTC | #2
On 11/01/2019 03:40, Ike Panhc wrote:
> v2: Make sure all patch comments has buglink for reference
> 
> BugLink: http://launchpad.net/bugs/1811200
> 
> Add driver for Cavium ThunderX2 SoC UNCORE PMU. These patches is backported
> from upstream commit d6310a3f33, 69c32972d5.
> 
> Ike Panhc (1):
>   UBUNTU: [Config] New config CONFIG_THUNDERX2_PMU=m
> 
> Kulkarni, Ganapatrao (2):
>   Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
>   drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
> 
>  Documentation/perf/thunderx2-pmu.txt      |  41 ++
>  debian.master/config/config.common.ubuntu |   1 +
>  drivers/perf/Kconfig                      |   9 +
>  drivers/perf/Makefile                     |   1 +
>  drivers/perf/thunderx2_pmu.c              | 861 ++++++++++++++++++++++
>  include/linux/cpuhotplug.h                |   1 +
>  6 files changed, 914 insertions(+)
>  create mode 100644 Documentation/perf/thunderx2-pmu.txt
>  create mode 100644 drivers/perf/thunderx2_pmu.c
> 

Looks good to me. Thanks.

Acked-by: Colin Ian King <colin.king@canonical.com>
Kleber Sacilotto de Souza Jan. 11, 2019, 10:09 a.m. UTC | #3
On 1/11/19 4:40 AM, Ike Panhc wrote:
> v2: Make sure all patch comments has buglink for reference
>
> BugLink: http://launchpad.net/bugs/1811200
>
> Add driver for Cavium ThunderX2 SoC UNCORE PMU. These patches is backported
> from upstream commit d6310a3f33, 69c32972d5.
>
> Ike Panhc (1):
>   UBUNTU: [Config] New config CONFIG_THUNDERX2_PMU=m
>
> Kulkarni, Ganapatrao (2):
>   Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
>   drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
>
>  Documentation/perf/thunderx2-pmu.txt      |  41 ++
>  debian.master/config/config.common.ubuntu |   1 +
>  drivers/perf/Kconfig                      |   9 +
>  drivers/perf/Makefile                     |   1 +
>  drivers/perf/thunderx2_pmu.c              | 861 ++++++++++++++++++++++
>  include/linux/cpuhotplug.h                |   1 +
>  6 files changed, 914 insertions(+)
>  create mode 100644 Documentation/perf/thunderx2-pmu.txt
>  create mode 100644 drivers/perf/thunderx2_pmu.c
>
Applied to cosmic/master-next branch, fixing the protocol to https on
the BugLink's.

Thanks,
Kleber
Seth Forshee Jan. 11, 2019, 5:16 p.m. UTC | #4
On Fri, Jan 11, 2019 at 11:40:56AM +0800, Ike Panhc wrote:
> v2: Make sure all patch comments has buglink for reference
> 
> BugLink: http://launchpad.net/bugs/1811200
> 
> Add driver for Cavium ThunderX2 SoC UNCORE PMU. These patches is backported
> from upstream commit d6310a3f33, 69c32972d5.

Applied to disco/master-next and unstable/master, thanks!