summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-22am437x: Add am437x_gp_evm_defconfig using CONFIG_DMMugunthan V N7-0/+2618
2015-10-22am43xx_evm: mmc: do not define DM_MMC for splMugunthan V N1-0/+8
2015-10-22am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIALMugunthan V N1-1/+5
2015-10-22drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N1-0/+4
2015-10-22drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N1-1/+3
2015-10-22defconfig: am335x: gp_evm: enable mmc driver modelMugunthan V N1-0/+1
2015-10-22defconfig: am335x: bbb: enable mmc driver modelMugunthan V N1-0/+1
2015-10-22drivers: mmc: omap_hsmmc: convert driver to adopt device driver modelMugunthan V N1-1/+116
2015-10-22am335x_evm: mmc: do not define DM_MMC for splMugunthan V N1-0/+8
2015-10-22omap_hsmmc: update struct hsmmc to accomodate base address from DTMugunthan V N1-0/+3
2015-10-22dra7xx: Add dra74_evm_defconfig using CONFIG_DMMugunthan V N4-1/+801
2015-10-22ARM: k2g: Add config fileLokesh Vutla3-0/+75
2015-10-22ARM: dts: k2g: Add DT supportLokesh Vutla3-1/+95
2015-10-22ARM: k2g: Enable SPI flashLokesh Vutla1-0/+6
2015-10-22ARM: k2g: add SD card and eMMC supportRoger Quadros3-2/+43
2015-10-22ARM: k2g: Add Ethernet SupportVitaly Andrianov2-0/+24
2015-10-22driver: net: keystone_net: removing unused codeMugunthan V N1-10/+0