summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-minnow.c
AgeCommit message (Collapse)Author
2014-06-09IKXCLOCK-1638 Idle Mode RetentionVladimir Tsunaev
Signed-off-by: Vladimir Tsunaev <vladimirt@motorola.com>
2014-04-03IKXCLOCK-638 Add control for external 26 MHz clock which is used for both ↵Wengang Wu
display and usb Change-Id: I3d03546bdbc7086552ae9890ee483ef911a44c03
2014-03-19IKXCLOCK-480 ARM: OMAP2+: add suspend/resume handlers for KIM driverAndrey Gostev
Implement dummy suspend/resume handlers to make TI KIM shared transport driver happy. These 2 functions will be invoked from kim_suspend and kim_resume PM handlers of KIM driver. We don't have to do anything in these functions during suspend/resume, so we're just returning 0 to avoid failure inside kim_suspend/kim_resume. Change-Id: I00033ab7dd02d5ff0af5facbe06e1f892f6c178c Signed-off-by: Andrey Gostev <fga022c@motorola.com>
2014-03-18IKXCLOCK-377 ARM: OMAP2+: add Bluetooth minnow platform devicesAndrey Gostev
Enable TI KIM and HCI platform device drivers for Bluetooth communication Change-Id: Ie078438baa32b78698e19b7ca93169435b22bd24 Signed-off-by: Andrey Gostev <fga022c@motorola.com>
2014-03-14IKXCLOCK-436 minnow: remove support for CPCAP PMICdzobel1
Disable CPCAP drivers. The old hardware with CPCAP PMIC has been deprecated. Change-Id: I729b23fc9858ced14a2b43f63b61ab94b5f8a9ed
2014-03-05IKXCLOCK-221 arm: minnow: remove board init of musbJames Wylder
The omap2430-musb driver is being probed as a result of entries in both the board files and the device tree. Remove the board file initialization. Change-Id: I305483f119d275b4eab55ce59cca508da49e4a10 Signed-off-by: James Wylder <jwylder@motorola.com>
2014-03-05IKXCLOCK-149 ARM: OMAP2+: remove board-minnow-wirelessAndrey Gostev
Deleted board-minnow-wireless before moving configuration of BT/FM rfkill driver to the device tree Change-Id: If782a4e9fd9b959cfc35ffad0e92505942d26dee Signed-off-by: Andrey Gostev <fga022c@motorola.com> Reviewed-on: http://gerrit.pcs.mot.com/607189 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Douglas Zobel <dzobel1@motorola.com> Reviewed-by: Amit Jain <ajain@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
2014-03-05IKXCLOCK-32 tusb dts: Add TUSB USB phy driverDoug Zobel
Add support for TI TUSB1211 USB phy driver. Enable phy when VBUS is sensed, and disable when VBUS is not present Change-Id: I80854285bdc15e7949c453b2efd6bacf829cd54b Reviewed-on: http://gerrit.pcs.mot.com/590175 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Jee Su Chang <w20740@motorola.com> Reviewed-by: James Wylder <jwylder@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
2014-03-05IKXCLOCK-32 vib-gpio: Integrate into device_treeDoug Zobel
Integrate the vib-gpio driver into device_tree Change-Id: Idb30cc3b8ab8d26acdb18bf29ce7d9f621d4bf48 Reviewed-on: http://gerrit.pcs.mot.com/590173 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Jee Su Chang <w20740@motorola.com> Reviewed-by: Yin-Hu Chen <a1205z@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
2014-03-05IKXCLOCK-32 cpcap: dts: Re-enable CPCAP via device_treeDoug Zobel
CPCAP driver registration trigger is moved to device_tree so it can be controlled by hardware revision. The whole CPCAP driver is not ported to the new device_tree format because it is obsolete hardware that will be deprecated in the near future. HW specific configuration has been moved from board file to drivers/mfd/cpcap-minnow.c for the time being Change-Id: If465ef99e9313ad2e833545fb8e463f49b0209c4 Conflicts: drivers/mfd/cpcap-minnow.c Change-Id: I7935263d3d7003d3435b57377c9304ef48377f09 Reviewed-on: http://gerrit.pcs.mot.com/599815 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Jee Su Chang <w20740@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
2014-03-05IKXCLOCK-26: Add support for STM401Viditha Hanumanthareddy
Change-Id: I60489dfee479c9994792aaa82295a960f3965ae7 Reviewed-on: http://gerrit.pcs.mot.com/587826 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Douglas Zobel <dzobel1@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
2014-03-05CW integration and minnow bringupDoug Zobel
* create minnow machine type * create Android makefile * add pre-commit syntax check * enable -Werror * Add drivers: CPCAP, TPS65xxx, m4sensorhub, atmxt, lm3535, usb gadget, minnow display, TI 12xx wireless Change-Id: I7962f5e1256715f2452aed5a62a4f2f2383d5046