
I'm preparing to include Exertus board adaptation. This is the fourth version of this patchset and the history is showing my deep learning curve with git and formatting good patches. So please bear with me.
I assumed that 'git send-email' (alone) would be a handy way to send patches but it proved to produce disappointing results, at least in my hands. I switched to trying 'git format-patch; edit; git send-email'. Lets see how this goes...
The board, for which I'm trying to adapt, uses some peripherals (esdhc, gpio4) and functionalities (flash based BBT) which apparently are not yet used in other i.MX25 boards. This patchset fixes some issues in using those peripherals in i.MX25 environment and some bugs.
Changes in contents of the patchset:
V3: - Dropped patch 8
V2: - Dropped patches 2, 3 and 6 - Added patches 6, 7, 8 and 9
I hope and believe that all comments given to me so far are covered in these patches.
Timo Ketola (8): i.MX25: esdhc: Add mxc_get_clock infrastructure i.MX25: This architecture has a GPIO4 too imx: fec: Resolve speed before configuring gasket imx: nand: Support flash based BBT i.MX25: usb: Set PORTSCx register imx: usb: There is no such register i.MX2: Include asm/types.h in arch-mx25/imx-regs.h imx: Add u-boot.imx as target for ARM9 i.MX SOCs
arch/arm/cpu/arm926ejs/config.mk | 6 ++++ arch/arm/cpu/arm926ejs/mx25/generic.c | 27 ++++++++++++++++++ arch/arm/include/asm/arch-mx25/clock.h | 23 +++++++++++++++ arch/arm/include/asm/arch-mx25/imx-regs.h | 3 ++ drivers/gpio/mxc_gpio.c | 3 +- drivers/mtd/nand/mxc_nand.c | 33 ++++++++++++++++++++++ drivers/net/fec_mxc.c | 43 ++++++++++++++++------------- drivers/usb/host/ehci-mxc.c | 4 --- 8 files changed, 118 insertions(+), 24 deletions(-)