[PATCH] ARM omap hsmmc: Fix adding iobase for OMAP3

2013-01-04 Thread Juergen Kilb
Only the OMAP4 hsmmc module has an offset of 0x100 from its register base address. With commit 416a991 the offset was added for all SOCs which use the omap_hsmmc driver. This has broken the driver for OMAP3/AM33xx platforms. Signed-off-by: Juergen Kilb --- drivers/mci/omap_hsmmc.c |6

[PATCH] nand-bb: Fix remove of nand-bb device.

2012-11-19 Thread Juergen Kilb
Fixed possible crashs if nand-bb device is removed and the list entry was not deleted from the list. Signed-off-by: Juergen Kilb --- drivers/mtd/nand/nand-bb.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/nand-bb.c b/drivers/mtd/nand/nand-bb.c index

[PATCH] add possibility to mark blocks as bad during write

2012-07-19 Thread Juergen Kilb
and update phyCARD-A-L1 defaultconfig to use this feature. Signed-off-by: Juergen Kilb --- arch/arm/configs/phycard_a_l1_defconfig | 122 ++- drivers/mtd/nand/Kconfig| 10 +++ drivers/mtd/nand/nand-bb.c | 15 - 3 files changed

[PATCH] Add /dev/urandom device.

2012-07-19 Thread Juergen Kilb
Nice for testing purposes. Signed-off-by: Juergen Kilb --- commands/stddev.c | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/commands/stddev.c b/commands/stddev.c index 098aea8..b807df6 100644 --- a/commands/stddev.c +++ b/commands

[PATCH] phyCARD-A-L1: Create xload configuration.

2012-07-18 Thread Juergen Kilb
This configuration can be used to use barebox as x-loader replacement. Also the ECC-Mode is changed from SOFT to BCH8. Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/pca-a-l1.c | 10 ++ arch/arm/configs/phycard_a_l1_xload_defconfig | 43

[PATCH] omap_hsmmc: Hack allert! Add delay in omap_hsmmc.

2012-07-18 Thread Juergen Kilb
Most of the time, a SD card was not found during probing. This hack fixed the problem. Further investigation needed !! Signed-off-by: Juergen Kilb --- drivers/mci/omap_hsmmc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mci/omap_hsmmc.c b/drivers/mci

[PATCH] pca-a-l1: added memory device for int. 60kB RAM.

2012-07-18 Thread Juergen Kilb
Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/pca-a-l1.c |2 ++ arch/arm/mach-omap/include/mach/omap3-silicon.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/boards/phycard-a-l1/pca-a-l1.c b/arch/arm/boards/phycard-a-l1/pca-a-l1.c

[PATCH] Added SDR-size auto detection.

2012-07-18 Thread Juergen Kilb
Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/pca-a-l1.c | 169 +++ 1 files changed, 125 insertions(+), 44 deletions(-) diff --git a/arch/arm/boards/phycard-a-l1/pca-a-l1.c b/arch/arm/boards/phycard-a-l1/pca-a-l1.c index a388f63..1dc7678 100644

[PATCH] ARM pca-a-l1: fix board_init

2012-01-20 Thread Juergen Kilb
configure this so early. Move the code to a pure_initcall and remove the surrounding unneeded code. Signed-off-by: Sascha Hauer Tested-by: Sanjeev Premi Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/pca-a-l1.c |8 +--- arch/arm/mach-omap/Kconfig |1

[PATCH] ARM pca-a-l1: delete platform.S

2012-01-20 Thread Juergen Kilb
since commit 494a12f703c33f80fe96e2a728545c490347eceb platform lowlevel init was moved to mach-omap. Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/platform.S | 65 --- 1 files changed, 0 insertions(+), 65 deletions(-) delete mode 100644 arch/arm

[PATCH] ARM pca-a-l1: call omap3_core_init from board code

2012-01-20 Thread Juergen Kilb
since commit ae2ac15105cbf198ebd2b7ac0428641423b83c08 a_init was renamed to omap3_core_init and called from board code. Signed-off-by: Juergen Kilb --- arch/arm/boards/phycard-a-l1/pca-a-l1.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boards/phycard-a-l1

[PATCH] ARM pca-a-l1: should depend on ARCH_OMAP3

2012-01-20 Thread Juergen Kilb
Signed-off-by: Juergen Kilb --- arch/arm/mach-omap/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig index ecdabb0..50f53dd 100644 --- a/arch/arm/mach-omap/Kconfig +++ b/arch/arm/mach-omap/Kconfig @@ -152,6

[PATCH] arm: update mach-types

2012-01-05 Thread Juergen Kilb
Signed-off-by: Juergen Kilb --- arch/arm/tools/mach-types | 66 ++-- 1 files changed, 63 insertions(+), 3 deletions(-) diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index d593026..38e901d 100644 --- a/arch/arm/tools/mach-types +++ b