aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tegra: Enable keyboard for SeaboardSimon Glass1-0/+8
2012-05-15tegra: Switch on console mux and use environment for consoleSimon Glass1-1/+8
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer4-0/+410
2012-05-15tegra: fdt: Add keyboard definitions for SeaboardAnton Staff1-0/+27
2012-05-15tegra: fdt: Add keyboard controller definitionAnton Staff1-0/+4
2012-05-15tegra: Add keyboard support to funcmuxSimon Glass1-0/+16
2012-05-15input: Add support for keyboard matrix decoding from an fdtBernie Thompson3-0/+309
2012-05-15input: Add generic keyboard input handlerSimon Glass3-0/+578
2012-05-15input: Add linux/input.h for key code supportSimon Glass1-0/+155
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff2-0/+56
2012-05-15tegra: Enable LP0 on SeaboardSimon Glass2-0/+25
2012-05-15tegra: fdt: Add EMC data for Tegra2 SeaboardSimon Glass1-0/+37
2012-05-15tegra: i2c: Add function to find DVC busSimon Glass2-0/+21
2012-05-15fdt: tegra: Add EMC node to device treeSimon Glass1-0/+7
2012-05-15tegra: Add EMC settings for SeaboardJimmy Zhang4-2/+95
2012-05-15tegra: Turn off power detect in board initWei Ni1-0/+18
2012-05-15tegra: Set up warmboot code on Nvidia boardsSimon Glass1-0/+6
2012-05-15tegra: Setup PMC scratch info from ap20 setupYen Lin1-0/+6
2012-05-15tegra: Add warmboot implementationYen Lin5-0/+869
2012-05-15tegra: Set up PMU for Nvidia boardsSimon Glass1-0/+6
2012-05-15tegra: Add PMU to manage power suppliesJimmy Zhang3-0/+101
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang5-0/+404
2012-05-15tegra: Add header file for APB_MISC registerSimon Glass1-0/+36
2012-05-15tegra: Add tegra_get_chip_type() to detect SKUSimon Glass4-0/+76
2012-05-15tegra: Add flow, gp_padctl, fuse, sdram headersYen Lin5-0/+288
2012-05-15tegra: Add crypto library for warmboot codeYen Lin2-0/+266
2012-05-15tegra: Add functions to access low-level Osc/PLL detailsSimon Glass3-0/+57
2012-05-15tegra: Move ap20.h header into arch locationSimon Glass3-3/+3
2012-05-15Add AES crypto libraryYen Lin3-0/+669
2012-05-15i2c: Add TPS6586X driverSimon Glass3-0/+349
2012-05-15Add abs() macro to return absolute valueSimon Glass3-7/+25
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass2-0/+32
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass2-0/+30
2012-05-15i.MX28: Avoid redefining serial_put[cs]()Marek Vasut1-0/+2
2012-05-15i.MX28: Check if WP detection is implemented at allMarek Vasut1-1/+2
2012-05-15i.MX28: Add battery boot components to SPLMarek Vasut1-8/+92
2012-05-15i.MX28: Reorder battery status functions in SPLMarek Vasut1-64/+56
2012-05-15i.MX28: Add LRADC init to i.MX28 SPLMarek Vasut4-1/+100
2012-05-15i.MX28: Add LRADC register definitionsMarek Vasut2-0/+401
2012-05-15i.MX28: Shut down the LCD controller before resetMarek Vasut1-1/+8
2012-05-15i.MX28: Add LCDIF register definitionsMarek Vasut2-0/+213
2012-05-15i.MX28: Implement boot pads sampling and reportingMarek Vasut5-0/+80
2012-05-15i.MX28: Improve passing of data from SPL to U-BootMarek Vasut5-18/+20
2012-05-15M28EVK: Add SD update commandMarek Vasut1-0/+9
2012-05-15M28EVK: Implement support for new board V2.0Marek Vasut2-3/+25
2012-05-15FEC: Abstract out register setupMarek Vasut1-46/+38
2012-05-15MX5: PAD_CTL_DRV_VOT_LOW and PAD_CTL_DRV_VOT_HIGH exchangedStefano Babic1-2/+2
2012-05-15i.MX28: Add delay after CPU bypass is clearedMarek Vasut1-0/+2
2012-05-15spi: mxs: Allow other chip selects to workFabio Estevam1-0/+10
2012-05-15spi: mxs: Introduce spi_cs_is_valid()Fabio Estevam1-2/+11