aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include
AgeCommit message (Expand)AuthorFilesLines
2013-12-06blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as defaultSonic Zhang1-1/+1
2013-11-25blackfin: don't use 'bool' when it causes problemsWolfgang Denk1-1/+1
2013-11-08include: delete include/linux/config.hMasahiro Yamada1-1/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring1-7/+0
2013-11-04blackfin: Move machine specific gpio_port_t structure back to blackfin arch f...Steven Miao1-0/+3
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk15-255/+15
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2-57/+10
2013-05-13blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang3-0/+623
2013-05-13bf609: add SPI register base addressScott Jiang1-0/+3
2013-05-13blackfin: bf609: add softswitch config commandBob Liu1-0/+18
2013-05-13blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang1-1/+5
2013-05-13blackfin: Set correct early debug serial baudrate.Sonic Zhang1-0/+74
2013-05-13blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang2-0/+4
2013-05-13blackfin: Change the member's type in dma structures.Sonic Zhang1-12/+12
2013-04-01Consolidate bool typeYork Sun1-3/+0
2013-03-15blackfin: Fix up board_type global dataSimon Glass1-0/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-04blackfin: add bf6xx spi driverScott Jiang1-0/+240
2013-03-04blackfin: bf60x: add rsi/sdh supportSonic Zhang1-2/+36
2013-03-04blackfin: bf60x: add gpio supportBob Liu2-1/+152
2013-03-04blackfin: bf60x: support big cplb pageBob Liu1-4/+27
2013-03-04blackfin: bf60x: add dma supportBob Liu2-31/+104
2013-03-04blackfin: bf60x: add serial supportSonic Zhang3-0/+68
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang1-0/+4
2013-03-04blackfin: bf60x: new processor header filesBob Liu13-1/+1090
2013-02-04blackfin: Use generic global_dataSimon Glass1-31/+1
2013-02-01Add architecture-specific global dataSimon Glass1-0/+5
2012-10-19blackfin: Change global data baudrate to intSimon Glass2-2/+2
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-2/+0
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-02-03Blackfin: easylogo: add lzma logosMike Frysinger4-0/+2898
2012-06-20CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place thereTom Rini1-3/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2012-04-22Blackfin: move gd/bd to bss by defaultMike Frysinger1-7/+1
2012-04-22Blackfin: gd_t: relocate volatile markingsMike Frysinger1-1/+1
2012-02-12linkage.h: move from blackfin to common includesMacpaul Lin3-50/+4
2012-02-12Blackfin: add in/out le32 variantsMike Frysinger1-0/+2
2011-10-16Blackfin: define CONFIG_SYS_CACHELINE_SIZEMike Frysinger3-0/+74
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp1-0/+1
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-09-29Blackfin: post: generalize led/button tests with GPIOsMike Frysinger1-0/+18
2011-07-12Blackfin: update anomaly lists to latest public infoMike Frysinger8-221/+335
2011-07-12Blackfin: portmux: allow header to be included in assembly filesMike Frysinger1-0/+4
2011-07-12Blackfin: sync MMR read/write helpers with LinuxMike Frysinger1-46/+42
2011-07-12Blackfin: gpio: optimize free path a littleMike Frysinger1-1/+2
2011-07-12Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDRMike Frysinger1-0/+3
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger1-0/+53