summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/reset'Sascha Hauer2015-12-081-18/+4
|\
| * reset: Add gpio reset supportSascha Hauer2015-11-231-0/+8
| * reset: Remove unused *_optional functionsSascha Hauer2015-11-231-22/+0
* | font: fbconsole: add custom font supportsDu Huanpeng2015-11-231-0/+8
* | fbconsole: register fonts dynamicallySascha Hauer2015-11-131-4/+3
|/
* Merge branch 'for-next/usb'Sascha Hauer2015-10-072-92/+168
|\
| * endian: sync {big,little}_endian.h with linux-4.2Antony Pavlov2015-09-102-80/+156
| * endian: Always evaluate argumentsDavid S. Miller2015-09-022-12/+12
* | mtd nand: added 'bits_per_cell' propertyEnrico Jorns2015-09-231-0/+12
|/
* mtd: m25p80: make it possible to use large blocks if desiredSascha Hauer2015-08-261-1/+3
* Merge branch 'for-next/net'Sascha Hauer2015-08-061-0/+1
|\
| * net: phy: at803x: Use genphy_config_initSascha Hauer2015-07-291-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2015-08-066-131/+314
|\ \
| * | build: update compiler*.h to newest versionsAlexey Galakhov2015-07-066-131/+314
| |/
* | fonts: Add 7x14 fontSascha Hauer2015-07-201-0/+1
* | lib/fonts: add "MINI4x6" fontAntony Pavlov2015-07-161-1/+2
* | import lib/fonts framework from linux kernelAntony Pavlov2015-07-161-0/+33
|/
* Merge branch 'for-next/blspec'Sascha Hauer2015-07-061-0/+1
|\
| * fs: ubifs: Implement Linux rootargSascha Hauer2015-06-181-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2015-07-032-3/+3
|\ \
| * | treewide: replace __inline__ with inlineSascha Hauer2015-07-021-2/+2
| * | mtd: Make devname argument to add_mtd_device constSascha Hauer2015-06-291-1/+1
| |/
* / mtd: Add mtd concat supportSascha Hauer2015-06-231-0/+34
|/
* clk: of: fix clk_of_table generationSascha Hauer2015-06-111-1/+1
* Merge branch 'for-next/spi-nor'Sascha Hauer2015-06-092-0/+211
|\
| * mtd: spi-nor: add SPI-NOR frameworkSteffen Trumtrar2015-05-292-0/+211
* | Merge branch 'for-next/posix_types'Sascha Hauer2015-06-091-1/+7
|\ \ | |/ |/|
| * remove unused nlink_tSascha Hauer2015-06-031-1/+0
| * dma: Use generic place for dma_addr_t typedefSascha Hauer2015-05-221-0/+7
* | Merge branch 'pu/am335x'Sascha Hauer2015-05-281-0/+1
|\ \ | |/ |/|
| * net: phy: Add missing phy_unregister_deviceSascha Hauer2015-04-281-0/+1
* | Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-061-1/+1
|\ \
| * | of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
| |/
* | Merge branch 'for-next/mvebu'Sascha Hauer2015-05-061-0/+2
|\ \
| * | bus: mvebu-mbus: Convert mbus platform driver to direct driverSebastian Hesselbarth2015-04-271-0/+2
| |/
* | linux/amba/bus.h: drop unusable amba_{g,s}et_drvdata macrosAntony Pavlov2015-04-281-3/+0
* | pci: Do not abuse dev->priv for storing dataSascha Hauer2015-04-171-0/+1
|/
* Merge branch 'for-next/pci'Sascha Hauer2015-04-131-0/+769
|\
| * pci: pci_regs.h: Sync with LinuxSascha Hauer2015-03-171-0/+769
* | pci: make sure to activate devices on the root busLucas Stach2015-04-131-0/+1
|/
* lib: Add hex2bin and bin2hex implementationsSascha Hauer2015-03-131-0/+4
* Merge branch 'for-next/rockchip'Sascha Hauer2015-03-094-0/+42
|\
| * CLK: Add helper defines to barebox-wrapper.h for easier porting of drivers fr...Andrey Panov2015-03-051-0/+6
| * CLK: clk-divider: Respect CLK_DIVIDER_POWER_OF_TWO flagAndrey Panov2015-03-051-0/+1
| * CLK: clk-divider: Introduce clk_divider_alloc() and *_free() routinesAndrey Panov2015-03-051-0/+3
| * CLK: clk-divider: Respect CLK_DIVIDER_HIWORD_MASK flagAndrey Panov2015-03-051-0/+2
| * CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flagAndrey Panov2015-03-051-0/+2
| * CLK: Add fractional divider clock support from Linux kernelAndrey Panov2015-03-051-0/+9
| * CLK: Add support for composite clock from Linux kernelAndrey Panov2015-03-051-0/+6
| * lib: Add gcd() functionAndrey Panov2015-03-052-0/+13