summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal2018-07-241-4/+0
* mtd: nand: add new enum for storing ECC algorithmRafał Miłecki2018-07-231-0/+8
* mtd: nand: export nand_get_flash_type functionJörg Krause2018-06-271-3/+7
* lib: Add hexdumpAlexey Brodkin2018-06-131-1/+0
* include/linux/byteorder: Sync to latest Linux definitionsRamon Fried2018-06-121-40/+67
* bug.h: introduce WARN_ONCERamon Fried2018-06-071-0/+18
* scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring2018-05-311-3/+3
* usb: common: add support to get maximum speed from dtMugunthan V N2018-05-181-0/+9
* include: update log2 header from the Linux kernelHeinrich Schuchardt2018-05-101-26/+37
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0739-80/+39
* libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada2018-04-011-3/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-0/+316
* libfdt: fix <linux/libfdt.h>Masahiro Yamada2018-01-281-15/+6
* linux/kernel.h: Add ALIGN_DOWN macroMasahiro Yamada2018-01-101-0/+1
* mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada2017-12-041-0/+1
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-043-8/+5
* mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-0/+3
* mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada2017-11-291-0/+14
* mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-11-291-0/+33
* mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-11-291-4/+8
* mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-11-291-0/+2
* mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-11-291-5/+0
* mtd: nand: Drop unused cached programming supportBoris Brezillon2017-11-291-1/+1
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2017-11-291-0/+57
* mtd: nand: Support controllers with custom pageMarc Gonzalez2017-11-291-0/+12
* mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2017-11-291-0/+8
* mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-1/+1
* mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-4/+10
* mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2017-11-291-0/+2
* mtd: nand: convert ONFI mode into data interfaceSascha Hauer2017-11-291-0/+5
* mtd: nand: Introduce nand_data_interfaceSascha Hauer2017-11-291-49/+117
* mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-0/+4
* mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2017-11-291-11/+11
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+1
* mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada2017-11-291-2/+15
* bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-0/+7
* lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada2017-11-172-0/+39
* linux/types.h: add typedef of uintptr_tMasahiro Yamada2017-11-171-0/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-271-1/+1
|\
| * armv8: ls1088ardb: Enable USB command RDB qspi-bootRan Wang2017-10-271-1/+1
* | mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada2017-10-231-24/+0
|/
* linux/time.h: Remove dead codeMarek Behún2017-10-161-5/+0
* lzo: add a function to check the validity of the headerJean-Jacques Hiblot2017-10-051-0/+3
* linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada2017-10-051-0/+5
* linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada2017-10-041-0/+106
* dm: define dev_*() log functions in DM headerMasahiro Yamada2017-10-041-0/+17
* bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-042-15/+28
* bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada2017-10-043-51/+90
* printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-043-20/+80
* usb: xhci: Honor endpoint's intervalBin Meng2017-10-011-0/+20