aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-25OMAP3: add video support to the mcx boardStefano Babic1-1/+15
2012-10-25OMAP3: mcx: updated to new hardware revisionStefano Babic1-2/+1
2012-10-25OMAP3: updated pinmux and environment for new revision of mcx boardStefano Babic1-5/+7
2012-10-23cm-t35: clean unused defines from configIgor Grinberg1-11/+1
2012-10-23configs: Fix usage of mmc rescanAndrew Bradford22-22/+22
2012-10-18versatile: board configs: Use buffered writes on flash402jagan@gmail.com2-0/+3
2012-10-18dm: Move s3c24xx USB driver to a proper placeMarek Vasut2-0/+2
2012-10-18dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut1-0/+1
2012-10-16Remove lh7a40x cpu and serial driverAlbert ARIBAUD4-632/+0
2012-10-16h2200: Add support for iPAQ h2200 palmtopŁukasz Dałek1-0/+157
2012-10-15Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini1-0/+85
2012-10-15configs: mx6qsabre_common.h: Use default clock definitionsFabio Estevam1-2/+0
2012-10-15mx31: Fix PDR0_CSI_PODFBenoît Thébaudeau1-5/+5
2012-10-15mx6qsabreauto: Use ttymxc3 as consoleOtavio Salvador3-3/+7
2012-10-15mx5/6: Define default SoC input clock frequenciesBenoît Thébaudeau10-21/+0
2012-10-15mx6q: Add basic support for mx6qsabreautoFabio Estevam1-0/+20
2012-10-15configs: mx6: Add a common config fileFabio Estevam2-164/+185
2012-10-15mx6qsabresd: Add Ethernet supportFabio Estevam1-2/+15
2012-10-15mx6: Add basic support for mx6qsabresd board.Fabio Estevam1-0/+170
2012-10-15tegra: enable CONFIG_CMD_PARTStephen Warren2-0/+11
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-10-15tegra: Rename Medcom to Medcom-WideThierry Reding1-4/+4
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass1-1/+4
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass1-4/+10
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann1-2/+5
2012-10-15ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini1-2/+2
2012-10-15usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek1-0/+11
2012-10-15usb: ulpi: add indicator configuration functionLucas Stach1-2/+11
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach2-4/+8
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese2-249/+2
2012-10-15ppc4xx: Remove ML2 board supportStefan Roese1-257/+0
2012-10-15ppc4xx: Remove IOP480 supportStefan Roese4-400/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2-13/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from config filesMarek Vasut43-53/+0
2012-10-15serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTIMarek Vasut1-1/+1
2012-10-15serial: zoom2: Remove zoom2 serial prototypes from serial.hMarek Vasut2-8/+1
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut1-4/+0
2012-10-15serial: bfin: Remove the bfin_serialN_device exports from serial.hMarek Vasut1-4/+0
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut1-6/+2
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: microblaze: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: zynq: Move serial registration from serial_initialize()Tom Rini1-5/+0
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut1-7/+0
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut1-4/+0
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut1-6/+0
2012-10-15serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config filesMarek Vasut3-0/+3
2012-10-15serial: pxa: Make use of default_serial_console in serial_pxaMarek Vasut10-1/+10
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-2/+2
2012-10-15serial: Coding style cleanup of struct serial_deviceMarek Vasut1-12/+11
2012-10-15COMMON: Use __stringify() instead of rest of implementationsMarek Vasut3-15/+9