aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2017-01-18fsl/usb: enable usb feature for ls1046ardbjerry.huang@nxp.com1-1/+1
2017-01-14iopoll: import include/linux/iopoll.h from Linux 4.9Masahiro Yamada1-0/+68
2017-01-14typecheck: import include/linux/typecheck.h from Linux 4.9Masahiro Yamada1-0/+24
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2-2/+24
2016-12-03usb: xhci: Remove assumption of DWC instance based on DRA7 SoC typeNishanth Menon1-2/+2
2016-11-28linux/compat.h: Properly implement ndelay fallbackmario.six@gdsys.cc1-1/+1
2016-11-18sf: Adopt flash table INFO macro from LinuxJagan Teki1-0/+5
2016-10-11list: Add list_last_entry() to find the last entrySimon Glass1-0/+11
2016-09-27drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash1-0/+1
2016-09-27drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash1-0/+3
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2016-09-26armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun1-1/+1
2016-09-23errno.h: sync error macros with linux 4.8-rc7Masahiro Yamada1-11/+46
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2-2/+2
2016-09-23Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada1-1/+126
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-09-23Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada1-0/+6
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada1-5/+5
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang1-0/+14
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-2/+2
2016-07-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-12/+8
2016-07-26include: usb: Rename USB controller base address mappingRajesh Bhagat1-12/+8
2016-07-24mtd: fix compiler warningsSteve Rae1-0/+5
2016-07-24mtd: nand: Increase the max OOB sizeBoris Brezillon1-1/+1
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+3
2016-07-22armv7: armv7: introduce set_gpmc_cs0Ladislav Michl1-0/+1
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-1/+1
2016-07-14linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada1-0/+16
2016-07-14types.h: move and redefine resource_size_tMasahiro Yamada1-0/+4
2016-06-12linux/compat.h: add dev_warn()Andreas Bießmann1-0/+2
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day1-4/+0
2016-06-04Merge git://git.denx.de/u-boot-nand-flashTom Rini4-166/+73
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood3-31/+49
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood1-3/+3
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-0/+20
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-0/+1
2016-06-03mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood1-132/+0
2016-06-03armv8: fsl-layerscape: Add support of QorIQ LS1012A SoCPrabhakar Kushwaha1-1/+5
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N1-0/+9
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-2/+2
2016-05-02Change my mailaddressAndreas Bießmann1-1/+1
2016-04-11lib/crc8: Add crc start valueStefan Roese1-1/+2
2016-04-06armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun1-1/+1
2016-02-29compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6Tom Rini6-235/+383
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-3/+3
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+55
2016-01-19armv8: Add psci.h from the Linux kernelSergey Temerkhanov1-0/+90
2016-01-19Add more SPDX-License-Identifier tagsTom Rini3-24/+3
2015-12-16Revert "include/linux: move typdef for uintptr_t"York Sun1-1/+0