[PATCH] docs: mtd: Update spi nor reference driver

2019-08-06 Thread John Garry
The reference driver no longer exists since commit 50f1242c6742 ("mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c"). Update reference to spi-fsl-qspi.c driver. Signed-off-by: John Garry diff --git a/Documentation/driver-api/mtd/spi-nor.rst b/Documentation/

Re: [PATCH] docs: mtd: Update spi nor reference driver

2019-08-06 Thread John Garry
On 06/08/2019 17:06, John Garry wrote: The reference driver no longer exists since commit 50f1242c6742 ("mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c"). Update reference to spi-fsl-qspi.c driver. Signed-off-by: John Garry diff --git a/Documentation/driv

Re: [PATCH] docs: mtd: Update spi nor reference driver

2019-08-16 Thread John Garry
On 06/08/2019 17:40, Schrempf Frieder wrote: Cc: +MTD/SPI-NOR/SPI maintainers Hi John, On 06.08.19 18:35, John Garry wrote: On 06/08/2019 17:06, John Garry wrote: The reference driver no longer exists since commit 50f1242c6742 ("mtd: fsl-quadspi: Remove the driver as it was replaced b

Re: [PATCH] docs: mtd: Update spi nor reference driver

2019-08-20 Thread John Garry
On 19/08/2019 05:39, Vignesh Raghavendra wrote: Hi, On 16/08/19 3:50 PM, John Garry wrote: On 06/08/2019 17:40, Schrempf Frieder wrote: [...] Hi, Could someone kindly advise on the following: Hi Vignesh, I am looking at ACPI support only for an mtd spi nor driver we're targetin

Re: [PATCH] docs: mtd: Update spi nor reference driver

2019-08-21 Thread John Garry
On 20/08/2019 17:58, Mark Brown wrote: On Tue, Aug 20, 2019 at 03:09:15PM +0100, John Garry wrote: On 19/08/2019 05:39, Vignesh Raghavendra wrote: On 16/08/19 3:50 PM, John Garry wrote: About the child spi flash devices, is the recommendation to just use PRP0001 HID and "jedec,sp

Re: [PATCH] docs: mtd: Update spi nor reference driver

2019-09-06 Thread John Garry
On 06/09/2019 15:52, Jonathan Corbet wrote: On Wed, 7 Aug 2019 00:06:23 +0800 John Garry wrote: The reference driver no longer exists since commit 50f1242c6742 ("mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c"). Update reference to spi-fsl-qspi.c driver.

Re: [PATCH v6 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver.

2019-10-16 Thread John Garry
+TX2_EVENT_ATTR(req_pktsent, CCPI2_EVENT_REQ_PKT_SENT); +TX2_EVENT_ATTR(snoop_pktsent, CCPI2_EVENT_SNOOP_PKT_SENT); +TX2_EVENT_ATTR(data_pktsent, CCPI2_EVENT_DATA_PKT_SENT); +TX2_EVENT_ATTR(gic_pktsent, CCPI2_EVENT_GIC_PKT_SENT); + +static struct attribute *ccpi2_pmu_events_attrs[] = { +

Re: [PATCH v6 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver.

2019-10-18 Thread John Garry
On 18/10/2019 05:21, Ganapatrao Kulkarni wrote: Hi Will, On Thu, Oct 17, 2019 at 9:17 PM Will Deacon wrote: On Thu, Oct 17, 2019 at 12:38:51PM +0530, Ganapatrao Kulkarni wrote: On Wed, Oct 16, 2019 at 7:01 PM John Garry wrote: +TX2_EVENT_ATTR(req_pktsent, CCPI2_EVENT_REQ_PKT_SENT

Re: [PATCH 4/6] drivers: perf: hisi: Add support for HiSilicon SoC HHA PMU driver

2017-06-28 Thread John Garry
On 28/06/2017 10:56, kbuild test robot wrote: Hi Shaokun, [auto build test ERROR on next-20170619] [also build test ERROR on v4.12-rc7] [cannot apply to linus/master linux/master arm64/for-next/core v4.12-rc6 v4.12-rc5 v4.12-rc4] [if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH v5 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver

2018-05-17 Thread John Garry
On 16/05/2018 05:55, Ganapatrao Kulkarni wrote: This patch adds a perf driver for the PMU UNCORE devices DDR4 Memory Controller(DMC) and Level 3 Cache(L3C). Hi, Just some coding comments below: ThunderX2 has 8 independent DMC PMUs to capture performance events corresponding to 8 channels of

[PATCH] docs/completion.txt: Fix a couple of punctuation nits

2018-10-10 Thread John Garry
This patch fixes a couple of punctuation nits which can make the document more correct and readable. Also missing "()" are added to some function references for consistency. Signed-off-by: John Garry diff --git a/Documentation/scheduler/completion.txt b/Documentation/scheduler/comp