Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Marc Kleine-Budde
On 09/13/2012 02:52 PM, Samuel Ortiz wrote: > On Thu, Sep 13, 2012 at 01:56:32PM +0200, Marc Kleine-Budde wrote: >> On 09/12/2012 12:58 AM, Ira W. Snyder wrote: >>> From: "Ira W. Snyder" >>> >>> Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes >>> in the top 4 bits of the

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Samuel Ortiz
On Thu, Sep 13, 2012 at 01:56:32PM +0200, Marc Kleine-Budde wrote: > On 09/12/2012 12:58 AM, Ira W. Snyder wrote: > > From: "Ira W. Snyder" > > > > Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes > > in the top 4 bits of the modulbus_num (int_enable) register. Mask off > >

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Marc Kleine-Budde
On 09/12/2012 12:58 AM, Ira W. Snyder wrote: > From: "Ira W. Snyder" > > Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes > in the top 4 bits of the modulbus_num (int_enable) register. Mask off > the unused bits so that the correct value is displayed in sysfs. > > Cc:

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Marc Kleine-Budde
On 09/12/2012 12:58 AM, Ira W. Snyder wrote: From: Ira W. Snyder i...@ovro.caltech.edu Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes in the top 4 bits of the modulbus_num (int_enable) register. Mask off the unused bits so that the correct value is displayed in sysfs.

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Samuel Ortiz
On Thu, Sep 13, 2012 at 01:56:32PM +0200, Marc Kleine-Budde wrote: On 09/12/2012 12:58 AM, Ira W. Snyder wrote: From: Ira W. Snyder i...@ovro.caltech.edu Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes in the top 4 bits of the modulbus_num (int_enable) register.

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Marc Kleine-Budde
On 09/13/2012 02:52 PM, Samuel Ortiz wrote: On Thu, Sep 13, 2012 at 01:56:32PM +0200, Marc Kleine-Budde wrote: On 09/12/2012 12:58 AM, Ira W. Snyder wrote: From: Ira W. Snyder i...@ovro.caltech.edu Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes in the top 4 bits of

[PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-11 Thread Ira W. Snyder
From: "Ira W. Snyder" Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes in the top 4 bits of the modulbus_num (int_enable) register. Mask off the unused bits so that the correct value is displayed in sysfs. Cc: Samuel Ortiz Signed-off-by: Ira W. Snyder ---

[PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-11 Thread Ira W. Snyder
From: Ira W. Snyder i...@ovro.caltech.edu Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes in the top 4 bits of the modulbus_num (int_enable) register. Mask off the unused bits so that the correct value is displayed in sysfs. Cc: Samuel Ortiz sa...@linux.intel.com