summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-07-24mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal1-4/+0
2018-07-23mtd: nand: add new enum for storing ECC algorithmRafał Miłecki1-0/+8
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause1-3/+7
2018-06-13lib: Add hexdumpAlexey Brodkin1-1/+0
2018-06-13include/linux/byteorder: Sync to latest Linux definitionsRamon Fried1-40/+67
2018-06-08bug.h: introduce WARN_ONCERamon Fried1-0/+18
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-3/+3
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N1-0/+9
2018-05-11include: update log2 header from the Linux kernelHeinrich Schuchardt1-26/+37
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini39-80/+39
2018-04-01libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada1-3/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-0/+316
2018-01-28libfdt: fix <linux/libfdt.h>Masahiro Yamada1-15/+6
2018-01-10linux/kernel.h: Add ALIGN_DOWN macroMasahiro Yamada1-0/+1
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada1-0/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada3-8/+5
2017-11-28mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-0/+3
2017-11-28mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada1-0/+14
2017-11-28mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+33
2017-11-28mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-4/+8
2017-11-28mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-0/+2
2017-11-28mtd: nand: Drop the ->errstat() hookBoris Brezillon1-5/+0
2017-11-28mtd: nand: Drop unused cached programming supportBoris Brezillon1-1/+1
2017-11-28mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+57
2017-11-28mtd: nand: Support controllers with custom pageMarc Gonzalez1-0/+12
2017-11-28mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon1-0/+8
2017-11-28mtd: nand: Fix data interface configuration logicBoris Brezillon1-1/+1
2017-11-28mtd: nand: automate NAND timings selectionBoris Brezillon1-4/+10
2017-11-28mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer1-0/+2
2017-11-28mtd: nand: convert ONFI mode into data interfaceSascha Hauer1-0/+5
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