Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: platform fixups: remove mdesc argument to fixup function | Russell King | 2011-10-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Get rid of the mdesc pointer in the fixup function call. No one uses the mdesc pointer, it shouldn't be modified anyway, and we can't wrap it, so let's remove it. Platform files found by: $ regexp=$(git grep -h '\.fixup.*=' arch/arm | sed 's!.*= *\([^,]*\),* *!\1!' | sort -u | tr '\n' '|' | sed 's,|$,,;s,|,\\|,g') $ git grep $regexp arch/arm Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | [ARM] pxa: Add multi-io support for e-series | Ian Molton | 2008-12-15 | 1 | -0/+9 |
| | | | | | | | | | This patchset provides support for the TMIO based IO controller used in the Toshiba e-series PDAs. Signed-off-by: Ian Molton <spyro@f2s.com> Acked-by: Samuel Ortiz <sameo@openedhand.com> Acked-by: Eric Miao <eric.y.miao@gmail.com> | ||||
* | [ARM] IrDA support for e7xx | Ian Molton | 2008-11-29 | 1 | -0/+3 |
| | | | | | | | This patchset provides a fully functional SIR IrDA driver for the Toshiba e7xx PDAs. Signed-off-by: Ian Molton <spyro@f2s.com> | ||||
* | [ARM] eseries: move UDC defs to machine files | Ian Molton | 2008-08-19 | 1 | -0/+1 |
| | | | | | | | | This patchset moves the UDC definitons for e7xx compatible eseries machines to a common location and moves the 'oddball' e800 definition to its machine file. Signed-off-by: Ian Molton <spyro@f2s.com> | ||||
* | [ARM] eseries: Split machine definitions | Ian Molton | 2008-08-19 | 1 | -0/+3 |
This patchset breaks out the e-series machine definitions into one-per-machine. Signed-off-by: Ian Molton <spyro@f2s.com> |