[PATCH 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-07-09 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com Reviewed-by: Kevin Hilman khil...@deeprootsystems.com --- drivers/watchdog/omap_wdt.c | 34 ++ 1 files changed, 26 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 3ed571a

[PATCH 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-07-09 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com Reviewed-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap1/clock.c |6 +- arch/arm/mach-omap2/clock24xx.c |4 - arch/arm/mach-omap2/clock34xx.c | 12 ++--- arch/arm/plat-omap/devices.c| 91

[PATCH 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks ac

2009-07-09 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com Reviewed-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap1/clock.c |6 +- arch/arm

[PATCH v5 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-26 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- This patch set has a dependency on: runtime: [PATCH 1/1] watchdog: OMAP fixes: enable clock in probe, trigger timer reload arch/arm/mach-omap1/clock.c |6 +- arch/arm/mach-omap2/clock24xx.c |4 - arch/arm/mach-omap2/clock34xx.c | 12 ++--- arch/arm

[PATCH v5 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-26 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- runtime dependency: [PATCH 1/1] watchdog: OMAP fixes: enable clock in probe, trigger timer reload drivers/watchdog/omap_wdt.c | 34 ++ 1 files changed, 26 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog

[PATCH v5 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks ac

2009-06-26 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com --- arch/arm/mach-omap1/clock.c |6 +- arch/arm/mach-omap2/clock24xx.c |4 +- arch/arm/mach-omap2

[PATCH 1/1] i2c:OMAP3:Errata workaround for spurious RDR event

2009-06-22 Thread Ulrik Bech Hald
in the ISR to prevent further processing of RDR interrupt, if the bus is busy. Signed-off-by: Ulrik Bech Hald u...@ti.com --- drivers/i2c/busses/i2c-omap.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c

[PATCH v2 1/1] i2c:OMAP3:Errata workaround for spurious RDR event

2009-06-22 Thread Ulrik Bech Hald
in the ISR to prevent further processing of RDR interrupt, if the bus is busy. Signed-off-by: Ulrik Bech Hald u...@ti.com Signed-off-by: Jagadeesh Bhaskar Pakaravoor j-pakarav...@ti.com --- drivers/i2c/busses/i2c-omap.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git

[PATCH v4 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-17 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- runtime: [PATCH 1/1] watchdog: OMAP fixes: enable clock in probe, trigger timer reload drivers/watchdog/omap_wdt.c | 34 ++ 1 files changed, 26 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers

[PATCH v4 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks accessible

2009-06-17 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com --- arch/arm/mach-omap1/clock.c |6 +- arch/arm/mach-omap2/clock24xx.c |4 +- arch/arm/mach-omap2

[PATCH v4 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-17 Thread Ulrik Bech Hald
This patch series enables support for IVA2 and SECURE WDTs, available on omap34xx. The WDTs will be accessible (when present on device) through: MPU:/dev/watchdog SECURE: /dev/watchdog_secure IVA2: /dev/watchdog_iva2 Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com

[PATCH v3 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-16 Thread Ulrik Bech Hald
This patch series enables support for IVA2 and SECURE WDTs, available on omap34xx. The WDTs will be accessible (when present on device) through: MPU:/dev/watchdog SECURE: /dev/watchdog_secure IVA:/dev/watchdog_iva2 Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com

[PATCH v3 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-16 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- This patch has a dependency on: runtime: [PATCH 1/1] watchdog: OMAP fixes: enable clock in probe, trigger timer reload drivers/watchdog/omap_wdt.c | 51 -- 1 files changed, 43 insertions(+), 8 deletions(-) diff --git

[PATCH v3 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks accessible

2009-06-16 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com --- This patch has a dependency on: compilation: PATCH 1/2] OMAP2/3: SoC IDs: add omap_type() for determining GP

[PATCH 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks accessible

2009-06-15 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Signed-off-by: Ulrik Bech Hald u...@ti.com --- This patch has a dependency on: PATCH 1/2] OMAP2/3: SoC IDs: add omap_type() for determining GP/EMU/HS arch/arm/mach-omap2/clock34xx.c

[PATCH 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-15 Thread Ulrik Bech Hald
This patch series enables support for IVA2 and SECURE WDTs, available on omap34xx. The WDTs will be accessible (when present on device) through: MPU:/dev/watchdog SECURE: /dev/watchdog_secure IVA:/dev/watchdog_iva2 Signed-off-by: Ulrik Bech Hald u...@ti.com --- This patch set has

[PATCH 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-15 Thread Ulrik Bech Hald
This patch enables the IVA2 and SECURE WDTs in the omap_wdt driver for omap34xx family. SECURE will be available as /dev/watchdog_secure on HS/EMU devices and IVA2 will be available as /dev/watchdog_iva2. MPU will still be available as /dev/watchdog Signed-off-by: Ulrik Bech Hald u...@ti.com

[PATCH 1/1] OMAP3:WDT:Enable clk in probe, trigger timer reload

2009-06-12 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- drivers/watchdog/omap_wdt.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) mode change 100644 = 100755 drivers/watchdog/omap_wdt.c diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c old mode 100644 new mode 100755 index f271385

[PATCH 1/1] OMAP3:Re-introduce omap_type()

2009-06-12 Thread Ulrik Bech Hald
The functionality of omap_type() is needed for eg. watchdog device registration to distinguish different device types. Signed-off-by: Ulrik Bech Hald u...@ti.com --- arch/arm/mach-omap2/id.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) mode change 100644

[PATCH 1/1] watchdog: OMAP fixes: enable clock in probe, trigger timer reload

2009-06-12 Thread Ulrik Bech Hald
on OMAP34xx platform (Zoom1) Reviewed-by: Kevin Hilman khil...@ti.deeprootsystems.com Signed-off-by: Ulrik Bech Hald u...@ti.com --- drivers/watchdog/omap_wdt.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) mode change 100644 = 100755 drivers/watchdog/omap_wdt.c diff --git a/drivers

[PATCH 2/3] OMAP3:WDT:Enable support for IVA and SECURE

2009-06-08 Thread Ulrik Bech Hald
and will be available as /dev/watchdog for backwards compatibility. Signed-off-by: Ulrik Bech Hald u...@ti.com --- drivers/watchdog/omap_wdt.c | 42 +++--- 1 files changed, 35 insertions(+), 7 deletions(-) mode change 100644 = 100755 drivers/watchdog/omap_wdt.c

[PATCH 3/3] OMAP3:WDT:Enable clk in probe, trigger timer reload

2009-06-08 Thread Ulrik Bech Hald
-by: Ulrik Bech Hald u...@ti.com --- drivers/watchdog/omap_wdt.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 26935c7..cb580a8 100755 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c

[PATCH 0/3] OMAP3:WDT:Enable IVA, SECURE and minor bugfixes

2009-06-08 Thread Ulrik Bech Hald
This patch series enables support for IVA and SECURE WDTs, available on omap34xx. For omap34xx devices the WDT will be accessible (when present) through: SECURE:/dev/watchdog1 MPU: /dev/watchdog2 IVA: /dev/watchdog3 For devices older than omap34xx only MPU WDT is