Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mod change 755 => 644 for multiple files | Thomas Weber | 2010-03-21 | -0/+0 |
| | | | | | | | | I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;' Signed-off-by: Thomas Weber <swirl@gmx.li> Add some more: neither Makefile nor config.mk need execute permissions. Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | SPEAr : i2c driver support added for SPEAr SoCs | Vipin KUMAR | 2010-01-23 | -0/+331 |
SPEAr SoCs contain a synopsys i2c controller. This patch adds the driver for this IP. Signed-off-by: Vipin <vipin.kumar@st.com> |