summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-07-24mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal
2018-07-23mtd: nand: add new enum for storing ECC algorithmRafał Miłecki
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-06-12include/linux/byteorder: Sync to latest Linux definitionsRamon Fried
2018-06-07bug.h: introduce WARN_ONCERamon Fried
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N
2018-05-10include: update log2 header from the Linux kernelHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-01libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-28libfdt: fix <linux/libfdt.h>Masahiro Yamada
2018-01-10linux/kernel.h: Add ALIGN_DOWN macroMasahiro Yamada
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada
2017-11-29mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon
2017-11-29mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez
2017-11-29mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer
2017-11-29mtd: nand: Introduce nand_data_interfaceSascha Hauer
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer
2017-11-29mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2017-11-29mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada
2017-11-29bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada
2017-11-17linux/types.h: add typedef of uintptr_tMasahiro Yamada
2017-10-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-10-27armv8: ls1088ardb: Enable USB command RDB qspi-bootRan Wang
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada
2017-10-16linux/time.h: Remove dead codeMarek Behún
2017-10-05lzo: add a function to check the validity of the headerJean-Jacques Hiblot
2017-10-05linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada
2017-10-04linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng