summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pci: tegra: add tegra124 supportLucas Stach2014-11-041-22/+134
* add generic PHY frameworkLucas Stach2014-11-045-0/+343
* clk: tegra124: add PCIe clocksLucas Stach2014-11-041-0/+35
* clk: tegra124: add PLLE setup functionsLucas Stach2014-11-042-3/+177
* net: rtl8169: clean receive buffer after net handlerLucas Stach2014-11-031-0/+11
* net: rtl8169: add support for RTL-8168/8111gLucas Stach2014-11-031-0/+1
* net: add rtl8169 driverLucas Stach2014-10-083-0/+575
* pci: add Tegra host controller driverLucas Stach2014-10-083-0/+1201
* of: import pci range parser from linuxLucas Stach2014-10-082-0/+69
* i2c: tegra: move to fs initcallLucas Stach2014-10-081-1/+1
* clk: tegra30: add PCIe clocksLucas Stach2014-10-081-0/+31
* clk: tegra: add PLLE setup functionsLucas Stach2014-10-082-0/+122
* pci: track parent<->child relationshipLucas Stach2014-10-081-0/+4
* pci: prettyprint device namesLucas Stach2014-10-081-1/+2
* pci: defer device registration until after bridge setupLucas Stach2014-10-081-1/+5
* pci: setup bridges and traverse buses behind themLucas Stach2014-10-081-3/+89
* pci: properly populate prefetchable BARsLucas Stach2014-10-081-14/+45
* pci: add resource enumLucas Stach2014-10-081-6/+8
* pci: split out device initLucas Stach2014-10-081-63/+74
* 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