aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2-19/+110
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+1
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher7-257/+728
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2-10/+325
2014-08-25linux include: add ERR_CASTHeiko Schocher1-4/+13
2014-08-25lib, list_sort: add list_sort from linux 3.14Heiko Schocher1-0/+11
2014-08-25lib, rbtree: resync with Linux-3.14Heiko Schocher2-98/+269
2014-07-30kconfig: import Kconfig files from Linux 3.16-rc7Masahiro Yamada1-0/+46
2014-07-22qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-0/+582
2014-07-22linux/compat.h: port lower_32_bits and upper_32_bits from LinuxLijun Pan1-0/+19
2014-06-06mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-0/+8
2014-06-06mtd: nand: omap_gpmc: use macro for register definitionspekon gupta1-1/+2
2014-06-06mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger1-1/+10
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-0/+10
2014-06-06mtd: nand: omap_elm: use macros for register definitionspekon gupta1-3/+6
2014-06-06mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be...pekon gupta1-1/+1
2014-04-17mtd: delete unused filesMasahiro Yamada3-212/+0
2014-03-13Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2014-03-05fb: Add a prototype for board_video_skip()Fabio Estevam1-0/+2
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2-0/+161
2014-03-04mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-0/+77
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-0/+84
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-0/+47
2014-01-24include: delete unused header filesMasahiro Yamada2-124/+0
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+4
2014-01-09add weak entry definitionDavid Feng1-0/+4
2014-01-08Add crc8 routineSimon Glass1-0/+23
2013-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha1-0/+23
2013-11-08include: delete include/linux/config.hMasahiro Yamada3-11/+0
2013-10-20usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+4
2013-10-20usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy1-3/+9
2013-10-20usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy1-0/+6
2013-10-20usb: omap: Move the xhci-omap header file to common locationDan Murphy1-0/+124
2013-10-20USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam1-0/+188
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-0/+3
2013-10-07include/linux/fb.h: Add a missing include for 'list.h'Otavio Salvador1-0/+1
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski1-0/+1
2013-09-24USB: gadget: add atmel usba udc driverBo Shen1-0/+26
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+8
2013-09-06compiler_gcc: do not redefine __gnu_attributesJeroen Hofstee2-4/+12
2013-08-22linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh1-0/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-143/+13
2013-06-30usb: fix unaligned access in device_qual()Heiko Schocher1-1/+1
2013-06-24add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell2-0/+6
2013-06-12usb: Use get_unaligned() in usb_endpoint_maxp() for wMaxPacketSizeVivek Gautam1-1/+2
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini5-315/+271
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin5-315/+271
2013-05-05mtd: nand: add driver for diskonchip g4 nand flashMike Dunn1-0/+134
2013-05-05lib: import bitrev library from the linux kernelMike Dunn1-0/+23
2013-04-01Consolidate bool typeYork Sun3-4/+5