summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | mx6q: Add basic support for mx6qsabreautoFabio Estevam2012-10-15-0/+339
* | configs: mx6: Add a common config fileFabio Estevam2012-10-15-164/+185
* | i.MX6: get rid of redundant struct src_regs (dupe of struct src)Eric Nelson2012-10-15-22/+1
* | i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfieldsEric Nelson2012-10-15-0/+73
* | i.MX6: Add ANATOP_PFD_480 bitfield constantsEric Nelson2012-10-15-0/+24
* | i.MX6: define IOMUX_GPR3 register bitfieldsEric Nelson2012-10-15-0/+48
* | i.MX6: define bitfields for CHSCCDR registerEric Nelson2012-10-15-0/+4
* | i.MX6: change register name for CCM_CHSCCDR to match ref. manualEric Nelson2012-10-15-1/+1
* | i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson2012-10-15-185/+193
* | mx6qsabresd: Add 8-bit USDHC supportFabio Estevam2012-10-15-0/+4
* | mx6qsabresd: Add Ethernet supportFabio Estevam2012-10-15-2/+91
* | mx6: Add basic support for mx6qsabresd board.Fabio Estevam2012-10-15-0/+331
* | mx6q: Factor out common DDR3 init codeFabio Estevam2012-10-15-1/+1
* | pxa: Add code to examine cpu model and revisionLukasz Dalek2012-10-15-2/+22
* | tegra: nand: add board pinmuxLucas Stach2012-10-15-1/+13
* | tegra: clean up board include hellLucas Stach2012-10-15-66/+21
* | tegra: add funcmux entry for NAND attached to KBCLucas Stach2012-10-15-1/+19
* | tegra20: rework UART GPIO handlingLucas Stach2012-10-15-45/+10
* | tegra20: add clock_set_pllout functionLucas Stach2012-10-15-3/+67
* | tegra20: complete periph_id enumLucas Stach2012-10-15-0/+7
* | tegra: enable CONFIG_CMD_PARTStephen Warren2012-10-15-0/+11
* | Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-516/+630
* | Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren2012-10-15-5/+149
* | tegra: Rename Medcom to Medcom-WideThierry Reding2012-10-15-7/+7
* | tegra: Update Avionic Design vendor prefixThierry Reding2012-10-15-3/+3
* | tools: Add a README note about fw_printenv lock fileJoe Hershberger2012-10-15-0/+4
* | env: Check for NULL pointer in envmatch()Joe Hershberger2012-10-15-0/+5
* | tools/env: Serialize calls to fw_*envJoe Hershberger2012-10-15-22/+37
* | tools/env: Don't call env_init() in fw_getenv()Joe Hershberger2012-10-15-3/+0
* | tools/env: Remove unneeded complexityJoe Hershberger2012-10-15-20/+13
* | tools/env: Use a board-specific default envJoe Hershberger2012-10-15-17/+35
* | common: cmd_bdinfo: fix type of value in print_lnumDaniel Schwierzeck2012-10-15-1/+1
* | input: Add debugging for key matrix key codesSimon Glass2012-10-15-0/+2
* | input: Allow key ghosting filter to be disabledSimon Glass2012-10-15-4/+12
* | input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-10/+22
* | input: Correct key_matrix fdt decodingSimon Glass2012-10-15-4/+7
* | tools: Add cleanpatchFabio Estevam2012-10-15-0/+258
* | patman: Handle checkpatch.pl not providing file/line infoSimon Glass2012-10-15-2/+3
* | patman: Support Series-name tag to name a seriesSimon Glass2012-10-15-2/+7
* | MAKEALL: add a -C/--check option to enable build checkingKim Phillips2012-10-15-3/+7
* | add check infrastructure, default sparseKim Phillips2012-10-15-0/+26
* | sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann2012-10-15-18/+12
* | ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini2012-10-15-2/+2
* | sil_sata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-3/+3
* | sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini2012-10-15-1/+1
* | pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-2/+2
* | fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-4/+6
* | dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-4/+4
* | ata_piix: sata_write must take a const void argument.Tom Rini2012-10-15-2/+2
* | ata_piix: Fix checkpatch issuesTom Rini2012-10-15-267/+232