summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* of: of_path: add of_find_node_by_devpath()Sascha Hauer2017-03-311-0/+107
* of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-313-1/+6
* of: partitions: flag partitions from a partition tableSascha Hauer2017-03-311-2/+6
* of: partition: only create partition node when partitions existSascha Hauer2017-03-311-1/+8
* fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-312-1/+3
* of: partition: Make partition fixup independent from mtd devicesSascha Hauer2017-03-311-18/+27
* of: partition: support 64bit partition sizesSascha Hauer2017-03-301-4/+13
* mtd: of: Make used partition binding configurableSascha Hauer2017-03-301-7/+77
* of: partition: Move of_mtd_fixup to drivers/of/Sascha Hauer2017-03-302-62/+72
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-302-9/+5
* of: Add of_property_write_string()Sascha Hauer2017-03-301-0/+22
* usb_kbd: release all keys on error / disconnectPeter Mamonov2017-03-241-0/+11
* mtd: fix reading data from page that needs cleanupSascha Hauer2017-03-231-4/+3
* ATA: mvebu: select DISK_ATALucas Stach2017-03-221-0/+1
* efi: clocksoure: make sure the meassured frequency is validMichael Olbrich2017-03-151-0/+4
* Merge branch 'for-next/video'Sascha Hauer2017-03-135-22/+682
|\
| * video: make enable/disable ops optionalJean-Christophe PLAGNIOL-VILLARD2017-03-101-2/+4
| * video: call fb_[en|dis]able instead of fops directlySascha Hauer2017-03-101-3/+5
| * video: add support for Solomon SSD1307 OLED controller familyBastian Stender2017-03-063-0/+572
| * fb: introduce flush for virtual framebufferBastian Stender2017-02-282-0/+29
| * console: replace set_active by open/closeBastian Stender2017-02-281-10/+18
| * fbconsole: implement vt100 cursor shown/hiddenBastian Stender2017-02-281-5/+50
| * fbconsole: check cursor position before movingBastian Stender2017-02-281-2/+5
* | Merge branch 'for-next/usb'Sascha Hauer2017-03-131-2/+21
|\ \
| * | usb: gadget: properly release f_multi_optsSascha Hauer2017-03-091-2/+16
| * | usb: gadget: print a meaningful error messageSascha Hauer2017-03-091-0/+5
* | | Merge branch 'for-next/rpi'Sascha Hauer2017-03-132-13/+31
|\ \ \
| * | | mci-bcm2835: enable devicetree probingEnrico Joerns2017-03-021-0/+9
| * | | clocksource: bcm2835: use clock-frequency property when availableEnrico Joerns2017-03-021-13/+22
* | | | Merge branch 'for-next/mvebu'Sascha Hauer2017-03-135-24/+171
|\ \ \ \
| * | | | i2c: mv64xxx: simplify mv64xxx_i2c_wait_for_completionBastian Stender2017-03-021-21/+8
| * | | | i2c: mv64xxx: add software delaysBastian Stender2017-03-021-2/+10
| * | | | mvebu: kirkwood: simplify soc init code flowUwe Kleine-König2017-03-021-0/+4
| * | | | mvebu: dove: simplify soc init code flowUwe Kleine-König2017-03-021-0/+9
| * | | | mvebu: armada-370-xp: simplify soc init code flowUwe Kleine-König2017-03-021-1/+8
| * | | | ata: new driver to support the internal sata controller on Armada-XPUwe Kleine-König2017-03-023-0/+132
* | | | | Merge branch 'for-next/misc'Sascha Hauer2017-03-131-0/+4
|\ \ \ \ \
| * | | | | fastboot: abort autoboot timeout when fastboot gadget is activatedMarc Kleine-Budde2017-03-101-0/+3
| * | | | | usb: gadget: fastboot: close fd after downloadSascha Hauer2017-02-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-next/imx'Sascha Hauer2017-03-132-6/+2
|\ \ \ \ \
| * | | | | drivers: clk: clk-imx6.c: Don't gate LDB and IPUsDavid Jander2017-03-091-4/+1
| * | | | | clk: imx: clk-imx6ul: Use anatop_base pointer for consistencyRobin van der Gracht2017-03-061-2/+1
| |/ / / /
* | | | | Merge branch 'for-next/efi'Sascha Hauer2017-03-1321-6/+1471
|\ \ \ \ \
| * | | | | efi: add veriable to report secure boot support and statusJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+33
| * | | | | efi: clocksoure: add EFI event timerJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+115
| * | | | | efi: move x86 clocksource to device/driverJean-Christophe PLAGNIOL-VILLARD2017-03-093-12/+30
| * | | | | efi: move x86 clocksource init at core initcall levelJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+4
| * | | | | efi: add serial driver supportJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+226
| * | | | | video: add EFI Graphics Output Protocol supportJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+273
| * | | | | efi: add efi handle dump commandJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+169