Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ADS5121 cleanup compile warnings | John Rigby | 2008-07-12 | 1 | -46/+65 |
| | | | | | | | | | | | | | | | | board/ads5121/iopin.c Replace bit fields in struct iopin_t with a single field and intialize it via plain old macros. This fixes the type pun warnings and makes the code more readable. board/ads5121/ads5121.c Add include iopin.h to ads5121.c for the iopin_initialize prototype. Add an extern void ads5121_diu_init(void) Signed-off-by: John Rigby <jrigby@freescale.com> | ||||
* | Consolidate ADS5121 IO Pin configuration | Martha Marx | 2008-07-10 | 1 | -0/+96 |
Consolidate ADS5121 IO Pin configuration to one file board/ads5121/iopin.c. Remove pin config from cpu/mpc512x/fec.c Signed-off-by: Martha Marx <mmarx@silicontkx.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: John Rigby <jrigby@freescale.com> |