aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-15i.MX6: define IOMUX_GPR3 register bitfieldsEric Nelson1-0/+48
2012-10-15i.MX6: define bitfields for CHSCCDR registerEric Nelson1-0/+4
2012-10-15i.MX6: change register name for CCM_CHSCCDR to match ref. manualEric Nelson1-1/+1
2012-10-15i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson3-185/+193
2012-10-15mx6qsabresd: Add 8-bit USDHC supportFabio Estevam1-0/+4
2012-10-15mx6qsabresd: Add Ethernet supportFabio Estevam2-2/+91
2012-10-15mx6: Add basic support for mx6qsabresd board.Fabio Estevam5-0/+331
2012-10-15mx6q: Factor out common DDR3 init codeFabio Estevam2-1/+1
2012-10-15pxa: Add code to examine cpu model and revisionLukasz Dalek2-2/+22
2012-10-15tegra: nand: add board pinmuxLucas Stach3-1/+13
2012-10-15tegra: clean up board include hellLucas Stach7-66/+21
2012-10-15tegra: add funcmux entry for NAND attached to KBCLucas Stach2-1/+19
2012-10-15tegra20: rework UART GPIO handlingLucas Stach9-45/+10
2012-10-15tegra20: add clock_set_pllout functionLucas Stach5-3/+67
2012-10-15tegra20: complete periph_id enumLucas Stach2-0/+7
2012-10-15tegra: enable CONFIG_CMD_PARTStephen Warren2-0/+11
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren50-516/+630
2012-10-15Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren18-5/+149
2012-10-15tegra: Rename Medcom to Medcom-WideThierry Reding5-7/+7
2012-10-15tegra: Update Avionic Design vendor prefixThierry Reding3-3/+3
2012-10-15tools: Add a README note about fw_printenv lock fileJoe Hershberger1-0/+4
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger2-0/+5
2012-10-15tools/env: Serialize calls to fw_*envJoe Hershberger1-22/+37
2012-10-15tools/env: Don't call env_init() in fw_getenv()Joe Hershberger1-3/+0
2012-10-15tools/env: Remove unneeded complexityJoe Hershberger1-20/+13
2012-10-15tools/env: Use a board-specific default envJoe Hershberger3-17/+35
2012-10-15common: cmd_bdinfo: fix type of value in print_lnumDaniel Schwierzeck1-1/+1
2012-10-15input: Add debugging for key matrix key codesSimon Glass1-0/+2
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass3-4/+12
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass3-10/+22
2012-10-15input: Correct key_matrix fdt decodingSimon Glass1-4/+7
2012-10-15tools: Add cleanpatchFabio Estevam1-0/+258
2012-10-15patman: Handle checkpatch.pl not providing file/line infoSimon Glass1-2/+3
2012-10-15patman: Support Series-name tag to name a seriesSimon Glass2-2/+7
2012-10-15MAKEALL: add a -C/--check option to enable build checkingKim Phillips1-3/+7
2012-10-15add check infrastructure, default sparseKim Phillips2-0/+26
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann12-18/+12
2012-10-15ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini1-2/+2
2012-10-15sil_sata: Make sata_write() comply with <part.h>Tom Rini1-3/+3
2012-10-15sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini1-1/+1
2012-10-15pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini1-2/+2
2012-10-15fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini1-4/+6
2012-10-15dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini1-4/+4
2012-10-15ata_piix: sata_write must take a const void argument.Tom Rini2-2/+2
2012-10-15ata_piix: Fix checkpatch issuesTom Rini2-267/+232
2012-10-15usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek1-0/+11
2012-10-15pxa25x: Add support for USB ethernet gadgetLukasz Dalek3-0/+2222
2012-10-15usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek1-45/+30
2012-10-15usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek1-5/+14
2012-10-15usbether: Fixed bug when using with PXA25X chipsLukasz Dalek1-1/+16