[PATCH v2 2/2] DaVinci: DM365: Add the device_enable for the DaVinci Keyscan

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Adds the device_enable function to the DaVinci Keyscan platform data to setup the PINMUX configuration. It also removes #ifdef from the DM365 EVM board in order to load it properly as a module. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c |

[PATCH v2 1/2] Input: Add device_enable handler to DaVinci Keyscan platform data

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Add a function pointer in the platform data of the DaVinci Keyscan driver called device_enabled, in order to perform board specific actions when the device is initialized, like setup the PINMUX configuration. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/

[PATCH 1/2] Input: Add device_enable handler to DaVinci Keyscan platform data

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Add a function pointer in the platform data of the DaVinci Keyscan driver called device_enabled, in order to perform board specific actions when the device is initialized, like setup the PINMUX configuration. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/

[PATCH 2/2] DaVinci: DM365: Add the device_enable for the DaVinci Keyscan

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Adds the device_enable function to the DaVinci Keyscan platform data to setup the PINMUX configuration. It also removes #ifdef from the DM365 EVM board in order to load it properly as a module. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c |

[PATCH] DaVinci: DM365: Remove #ifdef from board file to load RTC as a module properly

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Remove the #ifdef of the dm365_rtc_init function from the DM365 board file in order to load the davinci rtc driver as a module properly. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-)

[PATCH] DaVinci: DM365: Remove #ifdef from board file to load RTC as a module properly

2009-11-13 Thread miguel.aguilar
From: Miguel Aguilar Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index ad0cb3f..8d23972 100644 --- a/arch

[PATCH 2/2] DaVinci: DM365: Enable DaVinci RTC support for DM365 EVM

2009-10-28 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c|4 arch/arm/mach-davinci/dm365.c | 26 +

[PATCH 1/2] RTC: DaVinci RTC driver

2009-10-28 Thread miguel.aguilar
From: Miguel Aguilar This driver features: * Alarm support. * Periodic interrupt by using a timer include into the RTC module. * The update interrupt is not supported by this RTC module. This driver was tested on a DM365 EVM by using the rtc-test application from the Documentation/rtc.txt. Sig

[PATCH 2/2] DaVinci: DM365: Enable DaVinci RTC support for DM365 EVM

2009-10-16 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c|4 arch/arm/mach-davinci/dm365.c | 26 +

[PATCH 1/2] RTC: DaVinci RTC driver

2009-10-16 Thread miguel.aguilar
From: Miguel Aguilar This driver features: * Alarm support. * Periodic interrupt by using a timer include into the RTC module. * The update interrupt is not supported by this RTC module. This driver was tested on a DM365 EVM by using the rtc-test application from the Documentation/rtc.txt. Sig

[PATCH v6 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-13 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 38 arch/arm/mach-davinci/dm365

[PATCH v6 1/2] Input: DaVinci Keypad Driver

2009-10-13 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 41 +++ drivers/input/keyboard/Kconfig | 1

[PATCH v5 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-13 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 38 arch/arm/mach-davinci/dm365

[PATCH v5 1/2] Input: DaVinci Keypad Driver

2009-10-13 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 44 drivers/input/keyboard/Kconfig |

[PATCH v4 1/2] Input: DaVinci Keypad Driver

2009-10-09 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 44 drivers/input/keyboard/Kconfig |

[PATCH v4 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-09 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 38 arch/arm/mach-davinci/dm365

[PATCH v4 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-05 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 38 arch/arm/mach-davinci/dm365

[PATCH v4 1/2] Input: DaVinci Keypad Driver

2009-10-05 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 44 drivers/input/keyboard/Kconfig |

[PATCH v3 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-02 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 39 arch/arm/mach-davinci/dm365

[PATCH v3 1/2] Input: DaVinci Keypad Driver

2009-10-02 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 41 +++ drivers/input/keyboard/Kconfig | 1

[PATCH v2 2/2] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-10-01 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 39 arch/arm/mach-davinci/dm365

[PATCH v2 1/2] Input: DaVinci Key Scan Driver

2009-10-01 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling key scan support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/include/mach/keyscan.h | 12 - drivers/input/keyboard/Kconfig |

[PATCH 2/3] Davinci: DM365: Enable DaVinci Key Scan support for DM365 EVM

2009-09-24 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 54 arch/arm/mach-davinci/dm365

[PATCH 3/3] DaVinci: DM365: Enable Key Scan in defconfig

2009-09-24 Thread miguel.aguilar
From: Miguel Aguilar Signed-off-by: Miguel Aguilar --- arch/arm/configs/davinci_all_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index ec63c15..e994c83 100644 --- a/arch/arm/c

[PATCH 2/2] Davinci: DM365: Enable DaVinci Keypad support for DM365 EVM

2009-09-22 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined at board file. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/board-dm365-evm.c| 54 arch/arm/mach-davinci/dm365

[PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-22 Thread miguel.aguilar
From: Miguel Aguilar Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the moment. This driver was tested on DM365 EVM rev C. Signed-off-by: Miguel Aguilar --- arch/arm/configs/davinci_all_defconfig |1 + arch/arm/

[PATCH 3/4] DaVinci: DM365: Add resources for voice codec and platform device for VCIF

2009-09-22 Thread miguel.aguilar
From: Miguel Aguilar 1) Add the resources needed by the CQ0093 voice codec. 2) Add platform device for the voice codec interface. Signed-off-by: Miguel Aguilar --- arch/arm/mach-davinci/dm365.c | 46 arch/arm/mach-davinci/include/mach/dm365.h |5

[PATCH 2/4] ASoC: DaVinci: Voice Codec Interface

2009-09-22 Thread miguel.aguilar
From: Miguel Aguilar 1) Adds an interface needed by the voice codec CQ0093. 2) Add an option to select internal or external codec in the DM365. Signed-off-by: Miguel Aguilar --- sound/soc/davinci/Kconfig| 26 +++- sound/soc/davinci/Makefile |2 + sound/soc/davinci/davinci-v

[PATCH 2/2] Davinci: DM365: Enable keypad support for DM365 EVM

2009-09-17 Thread miguel.aguilar
From: Miguel Aguilar The general structures are defined at DM365 SoC file and the specific platform data structure for the EVM is defined defined at board file. This patch was tested on a DM365 EVM rev c. Signed-off-by: Miguel Aguilar --- arch/arm/configs/davinci_all_defconfig |1 + a