summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2014-11-054-6/+100
|\
| * serial: ns16550: Remove unused fields from NS16550_plat structureAlexander Shiyan2014-11-031-4/+1
| * Typoes: "whith" -> "with"Antony Pavlov2014-11-031-1/+1
| * net: cpsw: Set phy device_node pointer in probeWadim Egorov2014-11-031-0/+13
| * net: phy: micrel: Add OF conf. support for ksz9031Wadim Egorov2014-11-031-1/+85
* | Merge branch 'for-next/led'Sascha Hauer2014-11-051-3/+6
|\ \
| * | led: trigger: Turn of flashing leds only onceSascha Hauer2014-10-081-1/+4
| * | led: trigger: use max_value to turn on led instead of hardcoded '1'Sascha Hauer2014-10-081-2/+2
| |/
* | Merge branch 'for-next/am335x'Sascha Hauer2014-11-053-5/+55
|\ \
| * | of: Add of_device_enable_and_register functionsTeresa Gámez2014-11-031-0/+43
| * | net: cpsw: Fix probe for one port ethernetTeresa Gámez2014-10-141-2/+2
| * | net: micrel: Add ksz8081 supportJan Weitzel2014-10-081-1/+9
| * | net: cpsw: Allow gigabit connectionJan Weitzel2014-10-081-2/+1
| |/
* | clk: gate: remove superfluous codeLucas Stach2014-10-211-10/+1
* | i2c: at91: fix invalid length checkLucas Stach2014-10-211-2/+2
* | dfu: fix possible usage of uninitialized varLucas Stach2014-10-211-0/+1
* | imx: ipu-v3: fix typo leading to build warningLucas Stach2014-10-211-1/+1
* | usb: ehci-hcd: Correct CLEAR_FEATURE codeDmitry Voytik2014-10-211-4/+6
|/
* input: Let input support depend on !CONSOLE_NONESascha Hauer2014-10-081-0/+1
* Merge branch 'for-next/ubi'Sascha Hauer2014-10-025-42/+40
|\
| * UBI: bugfix in ubi_wl_flush()Richard Weinberger2014-09-111-2/+2
| * UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger2014-09-111-1/+1
| * UBI: fastmap: do not miss bit-flipsBrian Norris2014-09-111-1/+1
| * UBI: fix the volumes tree sorting criteriaHeiko Schocher2014-09-111-1/+1
| * UBI: fix rb_tree node comparison in add_mapMike Snitzer2014-09-111-2/+2
| * UBI: fix ubi free PEBs count calculationTanya Brokhman2014-09-111-0/+3
| * UBI: fix error path in __wl_get_pebTanya Brokhman2014-09-111-0/+3
| * UBI: fix some use after free bugsDan Carpenter2014-09-111-4/+4
| * UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)2014-09-111-32/+22
| * UBI: fix error return codeJulia Lawall2014-09-111-1/+3
* | Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-0298-141/+343
|\ \
| * | resource: Let request_ioport_region return an error pointerSascha Hauer2014-09-161-2/+2
| * | resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-1686-78/+248
| * | resource: Let dev_request_mem_region_by_name return an error pointerSascha Hauer2014-09-163-3/+11
| * | resource: Let dev_get_mem_region return an error pointerSascha Hauer2014-09-167-9/+29
| * | resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-165-12/+14
| * | resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-166-10/+13
| * | resource: Let dev_get_mem_region_by_name return an error pointerSascha Hauer2014-09-161-1/+1
| * | resource: Let dev_get_resource_by_name return an error pointerSascha Hauer2014-09-162-6/+8
| * | ata: platform_ide: cleanup resource requestingSascha Hauer2014-09-121-25/+22
* | | Merge branch 'for-next/phycore-imx6'Sascha Hauer2014-10-021-2/+2
|\ \ \
| * | | phy/micrel: disable Asym_Pause supportJan Weitzel2014-09-171-2/+2
| |/ /
* | | Merge branch 'for-next/openrisc'Sascha Hauer2014-10-022-1/+7
|\ \ \
| * | | openrisc: add initial device tree supportAntony Pavlov2014-09-091-1/+1
| * | | net: ethoc: add device tree supportAntony Pavlov2014-09-091-0/+6
* | | | Merge branch 'for-next/of'Sascha Hauer2014-10-021-8/+69
|\ \ \ \
| * | | | of: Added of_set_property_to_child_phandleTeresa Gámez2014-10-011-0/+21
| * | | | of: base: Add of_parse_phandle_fromTeresa Gámez2014-10-011-4/+24
| * | | | of: base: Add of_find_node_by_phandle_fromTeresa Gámez2014-10-011-4/+24
* | | | | Merge branch 'for-next/net-phy'Sascha Hauer2014-10-021-56/+86
|\ \ \ \ \