summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | | | | | blackfin: make i2c driver blackfin independantScott Jiang2014-02-20-71/+80
* | | | | | | blackfin: rename bfin-twi_i2c driver to adi_i2cSonic Zhang2014-02-20-0/+393
* | | | | | | blackfin: add spi and i2c specific get clock functionsSonic Zhang2014-02-20-14/+21
* | | | | | | blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024Sonic Zhang2014-02-20-1/+1
* | | | | | | i2c: zynq: Add support for the second i2c controllerMichael Burr2014-02-20-20/+30
* | | | | | | i2c: zynq: Support for 0-length register addressMichael Burr2014-02-20-19/+23
| |_|_|_|/ / |/| | | | |
* | | | | | Prepare v2014.04-rc1Tom Rini2014-02-19-2/+2
* | | | | | kbuild,tegra124: add dummy obj- for KbuildMasahiro Yamada2014-02-19-0/+3
* | | | | | cosmetic: FIT: fix a strange commentMasahiro Yamada2014-02-19-1/+1
* | | | | | Move CONFIG_DISPLAY_CPUINFO to MakefileMasahiro Yamada2014-02-19-6/+6
* | | | | | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-19-12/+14
* | | | | | configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL}Masahiro Yamada2014-02-19-6/+0
* | | | | | configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZEMasahiro Yamada2014-02-19-51/+8
* | | | | | dts: generate multiple device tree blobsMasahiro Yamada2014-02-19-11/+83
* | | | | | dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-19-3/+2
* | | | | | dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19-72/+41
* | | | | | kernel-doc: fix some errorsMasahiro Yamada2014-02-19-4/+4
* | | | | | kernel-doc: update kernel-doc related files to Linux v3.13Masahiro Yamada2014-02-19-47/+101
* | | | | | kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada2014-02-19-26/+32
* | | | | | .gitignore: drop include/asm from ignored file listMasahiro Yamada2014-02-19-1/+0
* | | | | | tools/env: cross-compile fw_printenv without setting HOSTCCMasahiro Yamada2014-02-19-7/+18
* | | | | | kbuild: Do not generate .*.su files at the top directoryMasahiro Yamada2014-02-19-1/+3
* | | | | | board: sandburst: delete FORCEBUILDMasahiro Yamada2014-02-19-10/+2
* | | | | | kbuild: check clean source and generate Makefile for out-of-tree buildMasahiro Yamada2014-02-19-6/+55
* | | | | | kbuild: support simultaneous board configuration and "make all"Masahiro Yamada2014-02-19-2/+10
* | | | | | kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-19-88/+111
* | | | | | Makefile: refactor tools-all targetsMasahiro Yamada2014-02-19-6/+10
* | | | | | Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada2014-02-19-1/+1
* | | | | | kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada2014-02-19-137/+141
* | | | | | examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-19-12/+10
* | | | | | kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada2014-02-19-123/+167
* | | | | | Makefile: remove a cleaning target "tidy"Masahiro Yamada2014-02-19-8/+3
* | | | | | kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada2014-02-19-23/+16
* | | | | | kbuild: move include directives of board configuration filesMasahiro Yamada2014-02-19-15/+19
* | | | | | kbuild: convert some make rules to Kbuild styleMasahiro Yamada2014-02-19-34/+43
* | | | | | kbuild: move some lines to more suitable placeMasahiro Yamada2014-02-19-33/+33
* | | | | | kbuild: delete temporary build scriptsMasahiro Yamada2014-02-19-235/+0
* | | | | | kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-325/+526
* | | | | | kbuild: import more build scripts from Linux v3.13 tagMasahiro Yamada2014-02-19-0/+1663
* | | | | | Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmpMasahiro Yamada2014-02-19-1/+1
* | | | | | kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-19-5/+25
* | | | | | kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-744/+612
* | | | | | Makefile: move some flags to examples makefilesMasahiro Yamada2014-02-19-8/+8
* | | | | | Makefile: move some flags to spl/MakefileMasahiro Yamada2014-02-19-19/+14
* | | | | | Makefile: move more stuff to top MakefileMasahiro Yamada2014-02-19-21/+18
* | | | | | Makefile: refactor include path settingsMasahiro Yamada2014-02-19-18/+19
* | | | | | Makefile: move more flags to the top MakefileMasahiro Yamada2014-02-19-37/+39
* | | | | | kbuild: Use Kbuild.includeMasahiro Yamada2014-02-19-35/+16
* | | | | | kbuild: import Kbuild.include from linux v3.13 tagMasahiro Yamada2014-02-19-0/+278
* | | | | | Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada2014-02-19-23/+21