summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-11-28mtd: nand: Introduce nand_data_interfaceSascha Hauer1-49/+117
2017-11-28mtd: nand: Create a NAND reset functionSascha Hauer1-0/+4
2017-11-28mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer1-11/+11
2017-11-28mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+1
2017-11-28mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada1-2/+15
2017-11-28bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada1-0/+7
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada2-0/+39
2017-11-17linux/types.h: add typedef of uintptr_tMasahiro Yamada1-0/+2
2017-10-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2017-10-27armv8: ls1088ardb: Enable USB command RDB qspi-bootRan Wang1-1/+1
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada1-24/+0
2017-10-16linux/time.h: Remove dead codeMarek BehĂșn1-5/+0
2017-10-06lzo: add a function to check the validity of the headerJean-Jacques Hiblot1-0/+3
2017-10-06linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada1-0/+5
2017-10-04linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada1-0/+106
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada1-0/+17
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2-15/+28
2017-10-04bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada3-51/+90
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada3-20/+80
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng1-0/+20
2017-09-13linux/io.h: import generic ioread* / iowrite* accessors from LinuxMasahiro Yamada1-0/+44
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-0/+13
2017-08-14net: Add mii_resolve_flowctrl_fdx()Yuiko Oshino1-0/+23
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich1-0/+13
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko2-3/+3
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-06-01string: Add strcspn()Simon Glass1-0/+15
2017-06-01string: Add strchrnul()Simon Glass1-0/+13
2017-06-01Update WARN_ON() to return a valueSimon Glass1-2/+6
2017-05-08arm: usb: dra7xx: xHCI registers based on USB port indexUri Mashiach1-2/+4
2017-04-27ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate KconfigMasahiro Yamada1-1/+1
2017-04-18Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-4/+4
2017-04-18sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada1-0/+13
2017-04-18ARM: adjust arm-smccc code for use in U-BootMasahiro Yamada1-9/+1
2017-04-18ARM: import arm-smccc code from Linux 4.11-rc6Masahiro Yamada1-0/+134
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2-2/+2
2017-04-17armv8: ls1043a: Drop macro CONFIG_LS1043AYork Sun1-1/+1
2017-04-17armv8: ls2080a: Drop macro CONFIG_LS2080AYork Sun1-1/+1
2017-04-13lib: div64: sync with LinuxPeng Fan1-0/+172
2017-04-05Blackfin: RemoveTom Rini1-8/+0
2017-03-29bitops.h: Include bitsperlong.h as needed for GENMASK_ULLStefan Roese1-0/+1
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-15iopoll: import include/linux/iopoll.h from Linux 4.9Masahiro Yamada1-0/+68
2017-01-15typecheck: import include/linux/typecheck.h from Linux 4.9Masahiro Yamada1-0/+24
2017-01-15delay: 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