| Commit message (Expand) | Author | Age | Lines |
* | OMAP3: am35x: add musb functions | Ilya Yanok | 2012-11-20 | -0/+104 |
* | OMAP3: am35x_def.h: add USB defines | Ilya Yanok | 2012-11-20 | -0/+27 |
* | musb-new: am35x backend driver | Ilya Yanok | 2012-11-20 | -0/+3 |
* | am33xx: init OTG hardware and new musb gadget driver | Ilya Yanok | 2012-11-20 | -3/+105 |
* | musb-new: dsps backend driver | Ilya Yanok | 2012-11-20 | -0/+25 |
* | usb: use linux/usb/ch9.h instead of usbdescriptors.h | Ilya Yanok | 2012-11-20 | -3/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2012-11-19 | -0/+21 |
|\ |
|
| * | mx51evk: Fix build error when CONFIG_VIDEO is disabled | Vikram Narayanan | 2012-11-14 | -0/+21 |
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Tom Rini | 2012-11-19 | -0/+8 |
|\ \ |
|
| * | | pmic: Introduce power_init_board() method at ./lib/board.c file | Łukasz Majewski | 2012-11-14 | -0/+8 |
| |/ |
|
* | | nios2: remove asm/status_led.h | Thomas Chou | 2012-11-10 | -31/+0 |
* | | microblaze: Fix compilation failure because of missing libdts | Michal Simek | 2012-11-08 | -0/+2 |
* | | microblaze: Remove asm/bitops.h from asm/posix_types.h | Michal Simek | 2012-11-07 | -3/+0 |
* | | microblaze: Flush caches before enabling them | Michal Simek | 2012-11-07 | -10/+6 |
* | | microblaze: Fix byteorder for microblaze | Michal Simek | 2012-11-07 | -23/+0 |
* | | microblaze: Fix compilation warning in ext2_find_next_zero_bit | Michal Simek | 2012-11-07 | -1/+2 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-11-05 | -272/+1435 |
|\ |
|
| * | socfpga/spl: Remove malloc.h | Vikram Narayanan | 2012-11-04 | -1/+0 |
| * | socfpga/spl: Remove timer_init from spl_board_init | Vikram Narayanan | 2012-11-04 | -3/+0 |
| * | Merge remote-tracking branch 'u-boot-ti/master' | Albert ARIBAUD | 2012-11-03 | -13/+59 |
| |\ |
|
| | * | omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF | Tom Rini | 2012-10-30 | -13/+15 |
| | * | arm bootm: Allow to pass board specified atags | Pali Rohár | 2012-10-30 | -0/+9 |
| | * | am33xx: Enable UART{1,2,3,4,5} clocks | Andrew Bradford | 2012-10-25 | -0/+35 |
| * | | arm720t: add back common.h include | Allen Martin | 2012-10-29 | -0/+2 |
| * | | tegra20: initialize variable to avoid compiler warning | Allen Martin | 2012-10-29 | -1/+1 |
| * | | tegra: move to common SPL framework | Allen Martin | 2012-10-29 | -77/+42 |
| * | | ARM: enhance u-boot.lds to detect over-sized SPL | Stephen Warren | 2012-10-29 | -0/+4 |
| * | | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-10-27 | -177/+1327 |
| |\ \ |
|
| | * | | MX5: fix warning in clock.c | Stefano Babic | 2012-10-26 | -1/+1 |
| | * | | mx5: Add workaround for ARM erratum ID 468414 | Fabio Estevam | 2012-10-17 | -0/+9 |
| | * | | mx5: lowlevel_init.S: Fix PLL settings for mx53 | Fabio Estevam | 2012-10-17 | -33/+67 |
| | * | | mx5: lowlevel_init.S: Split init_clock macro | Fabio Estevam | 2012-10-17 | -30/+65 |
| | * | | mx25: Clean up imx-regs.h | Benoît Thébaudeau | 2012-10-16 | -3/+3 |
| | * | | i.MX6: add HDMI transmitter register declarations from kernel WIP. | Eric Nelson | 2012-10-16 | -0/+1053 |
| | * | | i.MX6: set drive strength for parallel RGB pads | Eric Nelson | 2012-10-16 | -29/+29 |
| | * | | i.MX: iomux: input pad array can be const | Eric Nelson | 2012-10-16 | -3/+5 |
| | * | | mx6qsabreauto: Pass the board revision to the kernel | Fabio Estevam | 2012-10-16 | -0/+6 |
| | * | | mx35: Fix eSDHC clocks | Benoît Thébaudeau | 2012-10-16 | -3/+15 |
| | * | | mx35: Clean up lowlevel_init | Benoît Thébaudeau | 2012-10-16 | -96/+95 |
* | | | | powerpc/mpc83xx: sparse fixes | Kim Phillips | 2012-11-04 | -4/+6 |
* | | | | powerpc/mpc85xx: sparse fixes | Kim Phillips | 2012-11-04 | -2/+2 |
* | | | | arch/powerpc/cpu/mpc8xxx/: sparse fixes | Kim Phillips | 2012-11-04 | -7/+10 |
* | | | | arch/powerpc/lib/board.c, *traps.c: sparse fixes | Kim Phillips | 2012-11-04 | -303/+206 |
* | | | | arch/powerpc/lib/extable.c: sparse fix | Kim Phillips | 2012-11-04 | -4/+1 |
* | | | | arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefined | Kim Phillips | 2012-11-04 | -1/+0 |
* | | | | include/linux/byteorder: import latest endian definitions from linux | Kim Phillips | 2012-11-04 | -6/+2 |
* | | | | PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) | Wolfgang Denk | 2012-10-28 | -16/+2 |
|/ / / |
|
* | | | ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections | Stephen Warren | 2012-10-26 | -4/+4 |
* | | | arm: ks8695: use defined constants for UART | Yann Vernier | 2012-10-26 | -3/+3 |
* | | | arm720: Remove CONFIG_ARM7_REVD | Marek Vasut | 2012-10-26 | -11/+0 |