summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* clk: Port of_clk_set_defaults()Andrey Smirnov2017-01-111-0/+17
* clk: add clock command completionSascha Hauer2016-11-081-0/+4
* linux/list.h: Add missing includeSascha Hauer2016-10-181-0/+1
* Merge branch 'for-next/usb'Sascha Hauer2016-10-101-0/+16
|\
| * phy: Introduce to_usbphy conversion functionSascha Hauer2016-09-291-0/+8
| * phy: Introduce of_phy_get_by_phandleSascha Hauer2016-09-291-0/+8
* | mtd: ubi: add API call to rename volumes.Giorgio Dal Molin2016-09-271-0/+1
* | mtd: ubi: Add API calls to create/remove volumesSascha Hauer2016-09-221-0/+3
|/
* mtd: nand: add ONFI timing mode to nand_timings converterSascha Hauer2016-08-181-0/+3
* mtd: nand: define struct nand_timingsSascha Hauer2016-08-181-0/+49
* compiler: avoid redefining symbols when running with checkerLucas Stach2016-07-071-2/+2
* mtd: nand: Enable subpage readsSascha Hauer2016-05-101-1/+1
* mtd: nand: Pass page argument to read_subpage hookSascha Hauer2016-05-101-1/+1
* net: phy: Add fixed link supportSascha Hauer2016-05-091-1/+1
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-212-3/+3
* wchar_t: wchar_t should go to stddef.hDu Huanpeng2016-04-141-0/+2
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-089-122/+516
|\
| * ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-081-3/+15
| * barebox-wrapper: Add kcalloc and __vmallocAlexander Stein2016-04-081-0/+2
| * barebox-wrapper: Implement kfree and vfree as static inline functionsAlexander Stein2016-04-081-2/+9
| * Move GFP_NOFS to barebox-wrapperAlexander Stein2016-04-081-1/+2
| * compiler*.h: include/linux/compiler*.h with Linux 4.5Alexander Stein2016-04-083-4/+203
| * Add list_sort from u-boot v2016.03Alexander Stein2016-04-081-0/+11
| * rbtree: Update to u-boot v2016.03Alexander Stein2016-04-082-108/+267
| * decompressors: Use malloc/free wrappersSascha Hauer2016-04-081-4/+7
* | Merge branch 'for-next/mtd-imx-nand'Sascha Hauer2016-04-081-19/+0
|\ \
| * | mtd: remove unused debug definesSascha Hauer2016-03-171-19/+0
* | | mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-0/+1
| |/ |/|
* | mtd: Introduce mtd_check_patternSascha Hauer2016-03-151-0/+1
* | mtd: rename mtd_all_ff -> mtd_buf_all_ffSascha Hauer2016-03-151-1/+1
* | mtd: Introduce function to get mtd type stringSascha Hauer2016-03-151-0/+1
* | mtd: Add support for marking blocks as goodSascha Hauer2016-03-153-0/+5
|/
* Merge branch 'for-next/squashfs'Sascha Hauer2016-03-112-0/+43
|\
| * linux/fs.h: add types and routines needed for SquashFSYegor Yefremov2016-03-021-0/+27
| * linux/types.h: add sector_t and blkcnt_t typesYegor Yefremov2016-03-021-0/+16
* | Merge branch 'for-next/mtd'Sascha Hauer2016-03-112-8/+10
|\ \
| * | mtd: mtd_[read|write|erase]: check for valid input dataSascha Hauer2016-03-041-0/+2
| * | mtd: Make erase_info structs 64bit where necessarySascha Hauer2016-02-092-8/+8
| |/
* / include: linux: add circular buffersSteffen Trumtrar2016-02-121-0/+36
|/
* Merge branch 'for-next/regmap'Sascha Hauer2016-02-081-2/+5
|\
| * bitops: Fix shift overflow in GENMASK macrosSteffen Trumtrar2016-02-031-2/+5
* | Merge branch 'for-next/net'Sascha Hauer2016-02-082-0/+52
|\ \
| * | miitool: Add code to register a PHYAndrey Smirnov2016-02-041-0/+1
| * | mdio_bus: Add mdiobus_get_bus() functionAndrey Smirnov2016-02-031-0/+2
| * | net: Port bitbanged MDIO code from Linux kernelAndrey Gusakov2016-02-031-0/+45
| * | include/linux/phy.h: Add MII_ADDR_C45Andrey Gusakov2016-02-031-0/+4
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2016-02-081-6/+0
|\ \
| * | Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-151-6/+0
| |/
* | dcache: add missing linux/list.h includeYegor Yefremov2016-02-031-0/+1
* | fs: import magic.h from Linux kernelYegor Yefremov2016-02-031-0/+82