summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-generic.c
AgeCommit message (Collapse)Author
2010-06-10[arm] harmony: Fixed compilation issue when CONFIG_USB_ANDROID is not set.Winnie Hsu
Change-Id: Ie08e1384cc8896ad23eac96e942cf54ae7792015 Reviewed-on: http://git-master/r/2444 Tested-by: Winnie Hsu <whsu@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
2010-05-27[ARM/tegra] harmony: use chip unique ID to generate ADB serial numberGary King
Change-Id: I3bdf40501e66d4aa16e2d7b7a95eb5579da698e6
2010-05-27[ARM/tegra] board-nvodm: add registration helper function for SPIGary King
gcc auto-inlining seems to breakdown with this file now that there are so many registration functions; mark all of the setup helpers as noinline to prevent the optimizer from producing non-working kernels Change-Id: Id29df6111aa50c02099fe96ebd60c119e6dcdd44
2010-05-27[ARM/tegra] board-nvodm: register I2C devices for simple platformsGary King
on platforms which have simple configurations (specifically no pinmux multiplexing for I2C controllers), implement a helper function in board-nvodm to register all of the I2C master controllers on the system based on the ODM kit-specified values. the code will skip registering I2C slave controllers, which are currently detected by the SMBUS GUID. also, since board-generic is really intended to be only for NVIDIA development boards, make the terminology in the file more clearly NVIDIA-specific. Change-Id: I115fb6bf68d93f62a548d65fa5bfdd2d00c13fbc
2010-05-26[ARM/tegra] board-nvodm: generate KBC platform data from ODM kitGary King
move the kbc platform data generation out of the hard-coded table for harmony and generate it at init time based on the return values from the ODM kit Change-Id: Icea4ee6b9fb61a15a01e4044a20e92671057d35f
2010-05-18[ARM/tegra] initialize debug console based on ODM query valuesGary King
add a new board file for initialization of platform data and registration of platform devices based on ODM-queried values, rather than compile- time constants. add debug console (UART) initialization to it. Change-Id: I592cea3b714b03d3e122ad46d12305c43c9e382f
2010-05-17[ARM/tegra] register USB gadget driver and Android gadgetsGary King
Change-Id: I612a6e57b8c8cbab6c277a74567d3449856c92f5
2010-05-16[ARM/tegra] refactor platform_device registrationGary King
separate SoC from platform-specific initialization, so that common code (MMIO resources, interrupts, etc.) can be shared across platforms Change-Id: Ia29fb04d868d834e168c6739d996b9fc6cf4d11c
2010-05-16[ARM/tegra] remove stub ATAG parser from board-generic.cGary King
full parser in NvOs takes precedence over the stub in board-generic.c Change-Id: Ibae2cf71ab10595a6b211c6f1489b2ad996e0d6c
2010-05-11[ARM/tegra] harmony: add tegra-kbc platform deviceGary King
Change-Id: Ibaf645a324695f211421c5082c06afde8a12de38
2010-04-08[ARM] tegra: add generic (will be ODM kit) board fileGary King
Change-Id: I7550f2b937fbc5a0caab200cae585f193e7c175a