summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Export redesignMartin Dorwig2015-01-291-1/+2
* blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada2014-12-081-2/+1
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-232-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2014-11-101-0/+2
|\
| * bfin: make the CPU macro of LDR target more genenricSonic Zhang2014-11-101-0/+2
* | cppcheck cleanup: fix nullPointer errorsWolfgang Denk2014-11-071-0/+1
|/
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* blackfin: convert blackfin board_f and board_r to use generic board init func...Sonic Zhang2014-08-079-488/+335
* blackfin: spi clock is in sysclk1 domain instead of sysclk0Scott Jiang2014-08-071-1/+1
* bfin: add register define required by core B on dual core BF609 processorAaron Wu2014-08-071-0/+2
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+0
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+150
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-5/+5
* blackfin, powerpc: remove redundant definitions of ARRAY_SIZEMasahiro Yamada2014-07-071-3/+0
* blackfin: Add more dcache functionsVasili Galka2014-07-071-0/+10
* blackfin: replace bfin_gen_rand_mac() with eth_random_addr()Masahiro Yamada2014-05-121-28/+0
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-3/+0
* blackfin: make name_to_gpio be a weak symbolIan Campbell2014-04-182-49/+48
* kbuild: improve Kbuild speedMasahiro Yamada2014-03-071-0/+1
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-251-1/+5
* blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
* blackfin: rename bfin-twi_i2c driver to adi_i2cSonic Zhang2014-02-201-0/+15
* blackfin: add spi and i2c specific get clock functionsSonic Zhang2014-02-202-7/+11
* kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-191-0/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-192-4/+6
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-192-9/+9
* blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu2014-02-071-0/+3
* blackfin: Change SMC dcplb entry flag to cover 16M address regionSonic Zhang2014-02-071-1/+2
* blackfin: init bss earlyBob Liu2014-02-071-1/+1
* blackfin: The logic of the BF609 macro is opposite.Sonic Zhang2014-02-071-3/+3
* blackfin: delete unused header filesMasahiro Yamada2014-01-242-151/+0
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-12-164-11/+20
|\
| * blackfin: remove build warningSonic Zhang2013-12-162-10/+15
| * blackfin: fixing warning by including proper headersSonic Zhang2013-12-162-1/+5
* | Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-131-2/+2
|/
* blackfin: Do not generate unused header bootrom-asm-offsets.hMasahiro Yamada2013-12-064-65/+0
* blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as defaultSonic Zhang2013-12-062-2/+2
* Blackfin: remove executable permission of AWK scriptMasahiro Yamada2013-12-021-0/+0
* blackfin: don't use 'bool' when it causes problemsWolfgang Denk2013-11-252-4/+4
* include: delete include/linux/config.hMasahiro Yamada2013-11-081-1/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-082-2/+0
* config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring2013-11-041-7/+0
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-11-044-1/+24
|\
| * blackfin: Move machine specific gpio_port_t structure back to blackfin arch f...Steven Miao2013-11-043-1/+21
| * blackfin: fix a warning in arch/blackfin/cpu/cpu.cMasahiro Yamada2013-11-041-0/+3
* | blackfin: convert makefiles to Kbuild styleMasahiro Yamada2013-11-012-74/+32
|/
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-2/+2
* blackfin: Fix using gd->baudrate before setting its valueAxel Lin2013-07-311-2/+1
OpenPOWER on IntegriCloud