summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.c
AgeCommit message (Collapse)Author
2010-12-14[ARM] tegra: add aes to devices.cVarun Wadekar
Change-Id: Id13075009d785e784ae6bd0feb9b29f3fa7184df Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2010-11-24serial: tegra_hsuart: Use resources instead of platform data.Jaikumar Ganesh
Use resources to pass data to tegra_hsuart to set mapbase, irq. Signed-off-by: Jaikumar Ganesh <jaikumar@google.com>
2010-11-07ARM: tegra: add avp platform_deviceDima Zavin
Change-Id: I8229873e1a450b75d31e6ea4ec64647b88d16844 Signed-off-by: Dima Zavin <dima@android.com>
2010-10-08[ARM] tegra: add graphics host to devices.cGary King
Change-Id: I4c694d3c9f8a15975591ba5b61625da410991efd Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: correct device definition of second i2s controllerChris Fries
Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-10-06[ARM] tegra: add spdif device and resourcesIliyan Malchev
Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-10-06[ARM] tegra: add tegra-otg and tegra_uart to devices.cGary King
Change-Id: Icdc0de036566220f337a21d5b1bae0e81057f115 Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: add tegra_pwm to devices.cGary King
Change-Id: I8d861fd9f7748f29879315cd6f0800cec6a84f9e Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: add tegra_wdt_device to devices.cGary King
Change-Id: I8098fa38ebef8636a6eeb1179e679201445e5237 Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: Add pmu to common devicesColin Cross
Originally fixed by Will Deacon. Change-Id: I504f8109bedd1eea4bf637395913726a98eb6bb8 Signed-off-by: Colin Cross <ccross@google.com>
2010-10-06[ARM] tegra: add gart device to devices.cGary King
Change-Id: Id748aa37a3c2234a2a618b09dfa963a4b4ac572c Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: add platform devices for i2s1 and i2s2Iliyan Malchev
Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-10-06[ARM] tegra: Don't share tegra_usb1_resourcesBenoit Goby
Don't share tegra_usb1_resources as both tegra-udc and ehci1 are loaded in otg mode. Change-Id: Id5c9a076572e18662b5d3e7835f638b1cc5a1e07 Signed-off-by: Benoit Goby <benoit@android.com>
2010-10-06[ARM] tegra: add EHCI and UDC controllers to devices.cGary King
update harmony and ventana to use the common UDC definition, rather than using the current duplicated definitions Change-Id: I2e3aca674ab35305a0c516bd22e044382280d05e Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06w1: master: tegra_w1: Adds generic mach-tegra w1 support.Andrei Warkentin
This adds w1 as a device for mach-tegra boards, fixes wrong OWR I/O base, and changes OWR clock name. Change-Id: Idffbdbd05f383ce8e423ee301e197e230db4f2f9 Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
2010-10-06[ARM] tegra: Move common platform_device_register into boardsColin Cross
Signed-off-by: Colin Cross <ccross@android.com>
2010-10-06[ARM] tegra: add spi platform devicesErik Gilling
Signed-off-by: Erik Gilling <konkers@android.com>
2010-10-06[ARM] tegra: move sdhci and i2c to generic devices.cErik Gilling
Change-Id: Ib8d500cb868663d851af5e849815bc2a1312f659 Signed-off-by: Erik Gilling <konkers@android.com>