aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann4-5/+13
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann1-0/+54
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla2-0/+49
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou6-1047/+504
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou1-1/+5
2015-10-23nios2: add README.nios2Thomas Chou1-0/+95
2015-10-23nios2: zap nios2-generic board dirThomas Chou10-257/+23
2015-10-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou1-13/+14
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2-24/+25
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou5-98/+133
2015-10-23nios2: set default cache configuration in start.SThomas Chou1-7/+15
2015-10-23nios2: zap initdramThomas Chou1-5/+0
2015-10-23nios2: clean up comments style in start.SThomas Chou1-31/+30
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou1-5/+2
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou1-1/+1
2015-10-23nios2: remove asm/psr.hThomas Chou3-27/+0
2015-10-23nios2: convert altera sysid to driver modelThomas Chou12-60/+131
2015-10-23dm: implement a Miscellaneous uclassThomas Chou5-0/+141
2015-10-23serial: remove altera serial initializationsThomas Chou2-6/+0
2015-10-23nios2: convert altera timer to driver modelThomas Chou9-73/+135
2015-10-23timer: start a new timer after relocationThomas Chou1-0/+3
2015-10-23dm: implement a Timer uclassThomas Chou9-0/+169
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou5-5/+154
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou8-351/+156
2015-10-23nios2: add clear and set bits macrosThomas Chou1-0/+55
2015-10-23spi : convert altera_spi to driver modelThomas Chou3-86/+123
2015-10-23nios2: convert altera_uart to driver modelThomas Chou4-99/+129
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou6-63/+145
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou2-2/+7
2015-10-23nios2: enable malloc() pool before relocationThomas Chou1-1/+0
2015-10-23nios2: call board_init_f_memThomas Chou2-2/+10
2015-10-23nios2: zap version_stringThomas Chou1-6/+0
2015-10-23nios2: zap dly_clksThomas Chou1-33/+0
2015-10-23nios2: Split timer code into timer.cThomas Chou4-86/+68
2015-10-23nios2: Switch to generic timerThomas Chou5-124/+42
2015-10-23nios2: enable Driver ModelThomas Chou1-0/+2
2015-10-23nios2: enable device tree control of U-BootThomas Chou5-0/+168
2015-10-23nios2: define _end in link scriptThomas Chou1-0/+6
2015-10-23nios2: remove gp assignments in link scriptThomas Chou1-3/+5
2015-10-23nios2: enlarge the code relocation rangeThomas Chou1-2/+3
2015-10-23nios2: BSS should be cleared only after board_init_fThomas Chou1-14/+16
2015-10-23nios2: move altera_pio_init to board_early_init_rThomas Chou2-4/+10
2015-10-23nios2: permit device tree control of U-BootThomas Chou1-0/+1
2015-10-23nios2: enable CONFIG_NET_RANDOM_ETHADDRThomas Chou1-0/+1
2015-10-23nios2: move command line configuration to KconfigThomas Chou2-8/+4
2015-10-22ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpioMugunthan V N1-1/+1
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N1-0/+11
2015-10-22am437x: Add am57xx_evm_defconfig using CONFIG_DMMugunthan V N3-0/+719
2015-10-22ti_omap5_common: mmc: do not define DM_MMC for splMugunthan V N1-0/+8
2015-10-22am437x: Add am437x_sk_evm_defconfig using CONFIG_DMMugunthan V N3-1/+722