[uClinux-dev] [PATCH 08/22] m68knommu: switch to GPIO init macros in ColdFire 528x init code

2012-04-25 Thread gerg
From: Greg Ungerer Modify the GPIO setup table to use the mcfgpio.h macros for table init. Simplifies code and reduces line count significantly. We also need to rename some of the GPIO registers to be consistent with all other ColdFire parts (we can't use the new GPIO macros otherwise). Signed-

Re: [uClinux-dev] [PATCH 08/22] m68knommu: switch to GPIO init macros in ColdFire 528x init code

2012-04-26 Thread Greg Ungerer
Hi Finn, On 27/04/12 12:49, Finn Thain wrote: On Thu, 26 Apr 2012, g...@snapgear.com wrote: + MCFGPS(QA, 24, 4, MCFQADC_DDRQA, MCFQADC_PORTQA, MCFQADC_PORTQA), + MCFGPS(QA, 32, 4, MCFQADC_DDRQB, MCFQADC_PORTQB, MCFQADC_PORTQB), I think the second label should be "QB". Also affec

Re: [uClinux-dev] [PATCH 08/22] m68knommu: switch to GPIO init macros in ColdFire 528x init code

2012-04-27 Thread Finn Thain
On Thu, 26 Apr 2012, g...@snapgear.com wrote: > + MCFGPS(QA, 24, 4, MCFQADC_DDRQA, MCFQADC_PORTQA, MCFQADC_PORTQA), > + MCFGPS(QA, 32, 4, MCFQADC_DDRQB, MCFQADC_PORTQB, MCFQADC_PORTQB), I think the second label should be "QB". Also affected is "[PATCH 19/22] m68knommu: simplify the Cold