Re: [PATCH 1/4] Add low level PLL config register interface module

2008-08-25 Thread Kevin Diggs
Kumar Gala wrote: On Aug 25, 2008, at 5:41 AM, Kevin Diggs wrote: This adds a small module to handle the low level details of dealing with the PLL config register (HID1) found in the IBM 750GX. It provides 2 possible interfaces, both selectable via kernel config options. One is a sysfs at

Re: [PATCH 1/4] Add low level PLL config register interface module

2008-08-25 Thread Kumar Gala
On Aug 25, 2008, at 5:41 AM, Kevin Diggs wrote: This adds a small module to handle the low level details of dealing with the PLL config register (HID1) found in the IBM 750GX. It provides 2 possible interfaces, both selectable via kernel config options. One is a sysfs attribute and the ot

[PATCH 1/4] Add low level PLL config register interface module

2008-08-25 Thread Kevin Diggs
This adds a small module to handle the low level details of dealing with the PLL config register (HID1) found in the IBM 750GX. It provides 2 possible interfaces, both selectable via kernel config options. One is a sysfs attribute and the other is a normal function API. It is called pll_if. The d