All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandra Yates <alexandra.yates@linux.intel.com>
To: Jean Delvare <jdelvare@suse.de>
Cc: linux-i2c@vger.kernel.org, wsa@the-dreams.de, corbet@lwn.net,
	lee.jones@linaro.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Jarkko Nikula <jarkko.nikula@linux.intel.com>
Subject: Re: [PATCH] Intel LBG device IDs for SMBus
Date: Wed, 4 Nov 2015 11:16:05 -0800	[thread overview]
Message-ID: <563A5975.3000905@linux.intel.com> (raw)
In-Reply-To: <20151104114510.6b650ebd@endymion.delvare>

Hi Jean,

On 11/04/2015 02:45 AM, Jean Delvare wrote:
> Hi Alexandra,
>
> On Tue,  3 Nov 2015 10:52:34 -0800, Alexandra Yates wrote:
>> Adding Intel codename Lewisburg platform device IDs for SMBus.
>>
>> Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
>> ---
>>   Documentation/i2c/busses/i2c-i801 | 1 +
>>   drivers/i2c/busses/Kconfig        | 1 +
>>   drivers/i2c/busses/i2c-i801.c     | 6 ++++++
>>   3 files changed, 8 insertions(+)
>
> This patch doesn't apply because it ignores recent changes made to the
> same files: "i2c: i801: Add support for Intel DNV" by Mika Westerberg,
> "i2c: i801: Add support for Intel Broxton" by Jarkko Nikula and "i2c:
> i801: Document Intel DNV and Broxton" by Jarkko Nikula.
>
> All of these patches are in Wolfram's i2c tree:
> http://git.kernel.org/cgit/linux/kernel/git/wsa/linux.git/log/?h=i2c/for-next
>
> So please rebase your patch on that tree. Also see my comments below.
>
>>
>> diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801
>> index 82f48f7..2ccde60 100644
>> --- a/Documentation/i2c/busses/i2c-i801
>> +++ b/Documentation/i2c/busses/i2c-i801
>> @@ -30,6 +30,7 @@ Supported adapters:
>>     * Intel BayTrail (SOC)
>>     * Intel Sunrise Point-H (PCH)
>>     * Intel Sunrise Point-LP (PCH)
>> +  * Intel Lewisburg (PCH) (LBG)
>
> "(LBG)" doesn't need to be mentioned.
>
>>      Datasheets: Publicly available at the Intel website
>>
>>   On Intel Patsburg and later chipsets, both the normal host SMBus controller
>> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
>> index 08b8617..3adc2b7 100644
>> --- a/drivers/i2c/busses/Kconfig
>> +++ b/drivers/i2c/busses/Kconfig
>> @@ -124,6 +124,7 @@ config I2C_I801
>>   	    BayTrail (SOC)
>>   	    Sunrise Point-H (PCH)
>>   	    Sunrise Point-LP (PCH)
>> +	    Lewisburg (PCH)
>>
>>   	  This driver can also be built as a module.  If so, the module
>>   	  will be called i2c-i801.
>> diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
>> index eaef9bc..34da07b 100644
>> --- a/drivers/i2c/busses/i2c-i801.c
>> +++ b/drivers/i2c/busses/i2c-i801.c
>> @@ -60,6 +60,8 @@
>>    * BayTrail (SOC)		0x0f12	32	hard	yes	yes	yes
>>    * Sunrise Point-H (PCH) 	0xa123  32	hard	yes	yes	yes
>>    * Sunrise Point-LP (PCH)	0x9d23	32	hard	yes	yes	yes
>> + * Lewisburg (PCH)		0xA1A3	32	hard	yes	yes	yes
>> + * Lewisburg Supersku (PCH)	0xA223	32	hard	yes	yes	yes
>>    *
>>    * Features supported by this driver:
>>    * Software PEC				no
>> @@ -179,6 +181,8 @@
>>   				 STATUS_ERROR_FLAGS)
>>
>>   /* Older devices have their ID defined in <linux/pci_ids.h> */
>> +#define PCI_DEVICE_ID_INTEL_LBG_SMBUS			0xA1A3
>> +#define PCI_DEVICE_ID_INTEL_LBG_SSKU_SMBUS		0xA223
>
> Please spell out LEWISBURG here. 3-letter shortcuts everywhere hurt
> readability considerably over time.
>
>>   #define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS		0x0f12
>>   #define PCI_DEVICE_ID_INTEL_BRASWELL_SMBUS		0x2292
>>   #define PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS		0x1c22
>> @@ -860,6 +864,8 @@ static const struct pci_device_id i801_ids[] = {
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_SMBUS) },
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_SMBUS) },
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS) },
>> +	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LBG_SMBUS) },
>> +	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LBG_SSKU_SMBUS) },
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BRASWELL_SMBUS) },
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_SMBUS) },
>>   	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_SMBUS) },
>
>

Thank you for reviewing the patch.  I added your suggested changes. 
Please see version 2.

-- 
Thank you,
<Alexandra>

      reply	other threads:[~2015-11-04 19:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Intel LBG device IDs for SMBus>
2015-11-03 18:52 ` [PATCH] Intel LBG device IDs for SMBus Alexandra Yates
2015-11-04 10:45   ` Jean Delvare
2015-11-04 19:16     ` Alexandra Yates [this message]

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=563A5975.3000905@linux.intel.com \
    --to=alexandra.yates@linux.intel.com \
    --cc=corbet@lwn.net \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=jdelvare@suse.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    --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 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.