2012-05-09 13:51:35

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 3/3] lpc_sch: Add Intel Centerton Multifunction Device support

Hi Seth,

On Tue, Apr 17, 2012 at 02:09:22PM -0700, Seth Heasley wrote:
> This patch adds the Intel Centerton processor DeviceID for the Integrated Legacy Block. The ILB provides GPIO, SMBus, and Watchdog functionality. The ILB DeviceID is defined in include/linux/pci_ids.h.
>
Patch applied to my for-next branch, after removing this chunk (That should be
part of your watchdog driver submission):

@@ -68,7 +69,7 @@ static struct resource wdt_sch_resource = {

static struct mfd_cell tunnelcreek_cells[] = {
{
- .name = "tunnelcreek_wdt",
+ .name = "ie6xx_wdt",
.num_resources = 1,
.resources = &wdt_sch_resource,
},

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/


2012-05-18 22:45:08

by Grant Likely

[permalink] [raw]
Subject: Re: [PATCH 3/3] lpc_sch: Add Intel Centerton Multifunction Device support

On Wed, May 9, 2012 at 8:01 AM, Samuel Ortiz <[email protected]> wrote:
> Hi Seth,
>
> On Tue, Apr 17, 2012 at 02:09:22PM -0700, Seth Heasley wrote:
>> This patch adds the Intel Centerton processor DeviceID for the Integrated Legacy Block. ?The ILB provides GPIO, SMBus, and Watchdog functionality. The ILB DeviceID is defined in include/linux/pci_ids.h.
>>
> Patch applied to my for-next branch, after removing this chunk (That should be
> part of your watchdog driver submission):

Hi Samuel,

Have you applied the gpio patch also [patch 2/3]? It also depends on
the pci device id, so it best go via your tree with the other two.

I'm dropping it from my tree.

g.

2012-05-22 21:31:21

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 3/3] lpc_sch: Add Intel Centerton Multifunction Device support

Hi Grant,

On Fri, May 18, 2012 at 04:44:45PM -0600, Grant Likely wrote:
> On Wed, May 9, 2012 at 8:01 AM, Samuel Ortiz <[email protected]> wrote:
> > Hi Seth,
> >
> > On Tue, Apr 17, 2012 at 02:09:22PM -0700, Seth Heasley wrote:
> >> This patch adds the Intel Centerton processor DeviceID for the Integrated Legacy Block. ?The ILB provides GPIO, SMBus, and Watchdog functionality. The ILB DeviceID is defined in include/linux/pci_ids.h.
> >>
> > Patch applied to my for-next branch, after removing this chunk (That should be
> > part of your watchdog driver submission):
>
> Hi Samuel,
>
> Have you applied the gpio patch also [patch 2/3]? It also depends on
> the pci device id, so it best go via your tree with the other two.
Yes, it's on my for-next branch.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/