qe: change qe_setbrg() to take an enum qe_clock instead of an integer

2007-11-29 Thread Timur Tabi
qe_setbrg() currently takes an integer to indicate the BRG number. Change that to take an enum qe_clock instead, since this enum is intended to represent clock sources. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- This patch applies to Kumar's for-2.6.25 branch. You might need to apply my

Re: qe: change qe_setbrg() to take an enum qe_clock instead of an integer

2007-11-29 Thread Kumar Gala
On Nov 29, 2007, at 3:56 PM, Timur Tabi wrote: qe_setbrg() currently takes an integer to indicate the BRG number. Change that to take an enum qe_clock instead, since this enum is intended to represent clock sources. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- This patch

[PATCH v2] qe: change qe_setbrg() to take an enum qe_clock instead of an integer

2007-11-29 Thread Timur Tabi
qe_setbrg() currently takes an integer to indicate the BRG number. Change that to take an enum qe_clock instead, since this enum is intended to represent clock sources. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- This patch applies to Kumar's for-2.6.25 branch. You might need to apply my

Re: [PATCH v2] qe: change qe_setbrg() to take an enum qe_clock instead of an integer

2007-11-29 Thread Kumar Gala
On Nov 29, 2007, at 5:26 PM, Timur Tabi wrote: qe_setbrg() currently takes an integer to indicate the BRG number. Change that to take an enum qe_clock instead, since this enum is intended to represent clock sources. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- This patch