summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-062-3/+3
* treewide: remove unneeded semicolonsMasahiro Yamada2017-06-161-1/+1
* string: Add strcspn()Simon Glass2017-06-011-0/+15
* string: Add strchrnul()Simon Glass2017-06-011-0/+13
* Update WARN_ON() to return a valueSimon Glass2017-06-011-2/+6
* arm: usb: dra7xx: xHCI registers based on USB port indexUri Mashiach2017-05-081-2/+4
* ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate KconfigMasahiro Yamada2017-04-271-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-04-182-4/+4
|\
| * armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2017-04-172-2/+2
| * armv8: ls1043a: Drop macro CONFIG_LS1043AYork Sun2017-04-171-1/+1
| * armv8: ls2080a: Drop macro CONFIG_LS2080AYork Sun2017-04-171-1/+1
* | sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada2017-04-181-0/+13
* | ARM: adjust arm-smccc code for use in U-BootMasahiro Yamada2017-04-181-9/+1
* | ARM: import arm-smccc code from Linux 4.11-rc6Masahiro Yamada2017-04-181-0/+134
|/
* lib: div64: sync with LinuxPeng Fan2017-04-131-0/+172
* Blackfin: RemoveTom Rini2017-04-051-8/+0
* bitops.h: Include bitsperlong.h as needed for GENMASK_ULLStefan Roese2017-03-291-0/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-01-191-1/+1
|\
| * fsl/usb: enable usb feature for ls1046ardbjerry.huang@nxp.com2017-01-181-1/+1
* | iopoll: import include/linux/iopoll.h from Linux 4.9Masahiro Yamada2017-01-141-0/+68
* | typecheck: import include/linux/typecheck.h from Linux 4.9Masahiro Yamada2017-01-141-0/+24
* | delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-142-2/+24
|/
* usb: xhci: Remove assumption of DWC instance based on DRA7 SoC typeNishanth Menon2016-12-031-2/+2
* linux/compat.h: Properly implement ndelay fallbackmario.six@gdsys.cc2016-11-281-1/+1
* sf: Adopt flash table INFO macro from LinuxJagan Teki2016-11-181-0/+5
* list: Add list_last_entry() to find the last entrySimon Glass2016-10-111-0/+11
* drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2016-09-271-0/+1
* drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash2016-09-271-0/+3
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-261-1/+1
|\
| * armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun2016-09-261-1/+1
* | errno.h: sync error macros with linux 4.8-rc7Masahiro Yamada2016-09-231-11/+46
* | Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2016-09-232-2/+2
* | Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2016-09-231-1/+126
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-232-2/+2
* | Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada2016-09-231-0/+6
* | treewide: use #include <...> to include public headersMasahiro Yamada2016-09-231-5/+5
* | usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang2016-09-221-0/+14
|/
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-151-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-261-12/+8
|\
| * include: usb: Rename USB controller base address mappingRajesh Bhagat2016-07-261-12/+8
* | mtd: fix compiler warningsSteve Rae2016-07-241-0/+5
* | mtd: nand: Increase the max OOB sizeBoris Brezillon2016-07-241-1/+1
* | mtd: nand: add common DT init codeBrian Norris2016-07-241-0/+3
|/
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-221-0/+1
* armv7: make gpmc_cfg constLadislav Michl2016-07-221-1/+1
* linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada2016-07-141-0/+16
* types.h: move and redefine resource_size_tMasahiro Yamada2016-07-141-0/+4
* linux/compat.h: add dev_warn()Andreas Bießmann2016-06-121-0/+2
* Remove unneeded remnants of bcopy().Robert P. J. Day2016-06-061-4/+0
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-044-166/+73
|\