| Commit message (Expand) | Author | Age | Lines |
* | use ASM_NL instead of '; ' for assembler new line character in the macro | Chen Gang | 2015-03-05 | -4/+9 |
* | Add linux/compiler-gcc5.h to fix builds with gcc5 | Hans de Goede | 2015-02-11 | -0/+65 |
* | ubifs: Import atomic_long operations from Linux | Anton Habegger | 2015-01-28 | -1/+0 |
* | mtd: OMAP: Enable GPMC prefetch mode | Daniel Mack | 2015-01-13 | -1/+5 |
* | x86: move arch-specific asmlinkage to <asm/linkage.h> | Masahiro Yamada | 2014-12-15 | -0/+2 |
* | lib: string: move strlcpy() to a common place | Masahiro Yamada | 2014-12-11 | -0/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini | 2014-12-08 | -0/+4 |
|\ |
|
| * | arm: omap: add support for am57xx devices | Felipe Balbi | 2014-12-04 | -0/+4 |
* | | linux/compat.h: remove redundant macro defines | Masahiro Yamada | 2014-12-08 | -4/+0 |
|/ |
|
* | Fix SIZE_MAX compiler warning when using stdint.h | Simon Glass | 2014-11-25 | -0/+2 |
* | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | -13/+4 |
* | linux/kernel.h: add typechecking to roundup macro | Masahiro Yamada | 2014-11-20 | -2/+7 |
* | linux/kernel.h: import more macros | Masahiro Yamada | 2014-11-20 | -0/+92 |
* | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | -54/+157 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-11-10 | -0/+388 |
|\ |
|
| * | arm: debug: replace license blocks with SPDX | Masahiro Yamada | 2014-10-26 | -3/+2 |
| * | arm: debug: import debug files from Linux 3.16 | Masahiro Yamada | 2014-10-26 | -0/+389 |
* | | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black | 2014-10-27 | -1/+8 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini | 2014-10-27 | -1/+7 |
|\ \ |
|
| * | | keystone: usb: add support of usb xhci | WingMan Kwok | 2014-10-23 | -1/+7 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-10-26 | -0/+2 |
|\ \ \ |
|
| * | | | musb: fix warning in include/linux/usb/musb.h | Igor Grinberg | 2014-10-23 | -0/+2 |
| |/ / |
|
* | | | string.h: add missing prototypes | Jeroen Hofstee | 2014-10-25 | -0/+7 |
| |/
|/| |
|
* | | arm: mvebu: Add common mbus functions to use on Marvell SoCs | Stefan Roese | 2014-10-23 | -0/+73 |
|/ |
|
* | compiler_gcc: prevent redefining attributes | Jeroen Hofstee | 2014-09-24 | -0/+10 |
* | compiler*.h: sync include/linux/compiler*.h with Linux 3.16 | Masahiro Yamada | 2014-09-16 | -44/+236 |
* | kbuild: force to define __UBOOT__ in all the C sources | Masahiro Yamada | 2014-09-16 | -5/+0 |
* | clang: workaround for generated constants | Jeroen Hofstee | 2014-09-09 | -3/+3 |
* | mtd,ubi,ubifs: sync with linux v3.15 | Heiko Schocher | 2014-08-25 | -19/+110 |
* | mtd, ubi, ubifs: update for the sync with linux v3.14 | Heiko Schocher | 2014-08-25 | -0/+1 |
* | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -257/+728 |
* | lib, linux: move linux specific defines to linux/compat.h | Heiko Schocher | 2014-08-25 | -10/+325 |
* | linux include: add ERR_CAST | Heiko Schocher | 2014-08-25 | -4/+13 |
* | lib, list_sort: add list_sort from linux 3.14 | Heiko Schocher | 2014-08-25 | -0/+11 |
* | lib, rbtree: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -98/+269 |
* | kconfig: import Kconfig files from Linux 3.16-rc7 | Masahiro Yamada | 2014-07-30 | -0/+46 |
* | qe: move immap_qe.h from arch directory into common directory | Zhao Qiang | 2014-07-22 | -0/+582 |
* | linux/compat.h: port lower_32_bits and upper_32_bits from Linux | Lijun Pan | 2014-07-22 | -0/+19 |
* | mtd: nand: omap: add support for BCH16_ECC - NAND driver updates | pekon gupta | 2014-06-06 | -0/+8 |
* | mtd: nand: omap_gpmc: use macro for register definitions | pekon gupta | 2014-06-06 | -1/+2 |
* | mtd: nand: fix GET/SET_FEATURES address on 16-bit devices | David Mosberger | 2014-06-06 | -1/+10 |
* | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris | 2014-06-06 | -0/+10 |
* | mtd: nand: omap_elm: use macros for register definitions | pekon gupta | 2014-06-06 | -3/+6 |
* | mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be... | pekon gupta | 2014-06-06 | -1/+1 |
* | mtd: delete unused files | Masahiro Yamada | 2014-04-17 | -212/+0 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-03-13 | -0/+2 |
|\ |
|
| * | fb: Add a prototype for board_video_skip() | Fabio Estevam | 2014-03-05 | -0/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2014-03-04 | -0/+161 |
|\ \ |
|
| * | | mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand | pekon gupta | 2014-03-04 | -0/+77 |
| * | | mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand | pekon gupta | 2014-03-04 | -0/+84 |
| |/ |
|