aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-25configs: Re-sync almost all of cmd/KconfigTom Rini1-3/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng16-16/+16
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård1-2/+2
2015-11-05blackfin: Use the generic bitops headersFabio Estevam1-0/+4
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2014-12-08blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada1-2/+1
2014-11-10bfin: make the CPU macro of LDR target more genenricSonic Zhang1-0/+2
2014-08-07blackfin: convert blackfin board_f and board_r to use generic board init func...Sonic Zhang2-0/+7
2014-08-07blackfin: spi clock is in sysclk1 domain instead of sysclk0Scott Jiang1-1/+1
2014-08-07bfin: add register define required by core B on dual core BF609 processorAaron Wu1-0/+2
2014-07-07blackfin, powerpc: remove redundant definitions of ARRAY_SIZEMasahiro Yamada1-3/+0
2014-05-12blackfin: replace bfin_gen_rand_mac() with eth_random_addr()Masahiro Yamada1-28/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-18blackfin: make name_to_gpio be a weak symbolIan Campbell1-49/+0
2014-02-20blackfin: rename bfin-twi_i2c driver to adi_i2cSonic Zhang1-0/+15
2014-02-20blackfin: add spi and i2c specific get clock functionsSonic Zhang2-7/+11
2014-02-07blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu1-0/+3
2014-01-24blackfin: delete unused header filesMasahiro Yamada2-151/+0
2013-12-16blackfin: remove build warningSonic Zhang1-2/+5
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