summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reset_source: add thermal resetLucas Stach2014-11-042-0/+2
* ARM: tegra124: add environment path to Jetson-TK1 DTLucas Stach2014-11-041-1/+8
* ARM: tegra30: add environment path to Beaver DTLucas Stach2014-11-041-1/+8
* tegra: jetson-tk1: set hostname in board initLucas Stach2014-11-041-2/+13
* tegra: beaver: set hostname in board initLucas Stach2014-11-041-2/+13
* pci: tegra: add tegra124 supportLucas Stach2014-11-041-22/+134
* add generic PHY frameworkLucas Stach2014-11-046-0/+583
* clk: tegra124: add PCIe clocksLucas Stach2014-11-041-0/+35
* clk: tegra124: add PLLE setup functionsLucas Stach2014-11-042-3/+177
* tegra: jetson-tk1: enable 1.05V_RUNLucas Stach2014-11-043-1/+53
* tegra: pmc: work around power domain failureLucas Stach2014-11-031-0/+2
* 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
* ARM: tegra: enable network related options in defconfigLucas Stach2014-10-081-0/+7
* net: add rtl8169 driverLucas Stach2014-10-083-0/+575
* ARM: tegra: advertise PCI supportLucas Stach2014-10-082-0/+2
* pci: add Tegra host controller driverLucas Stach2014-10-083-0/+1201
* of: import pci range parser from linuxLucas Stach2014-10-083-0/+126
* tegra: pmc: add powerdomain handlingLucas Stach2014-10-082-3/+229
* ARM: tegra: beaver: enable PEX voltage railLucas Stach2014-10-081-1/+10
* i2c: tegra: move to fs initcallLucas Stach2014-10-082-2/+2
* clk: tegra30: add PCIe clocksLucas Stach2014-10-082-0/+33
* clk: tegra: add PLLE setup functionsLucas Stach2014-10-083-0/+124
* commands: lspci: go down into subordinate bussesLucas Stach2014-10-081-9/+16
* pci: track parent<->child relationshipLucas Stach2014-10-082-0/+6
* 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-082-3/+117
* pci: properly populate prefetchable BARsLucas Stach2014-10-082-14/+46
* pci: add resource enumLucas Stach2014-10-082-6/+14
* pci: split out device initLucas Stach2014-10-081-63/+74
* MIPS: malta: fix pci IO resource assignmentLucas Stach2014-10-081-2/+2
* input: Let input support depend on !CONSOLE_NONESascha Hauer2014-10-081-0/+1
* console: Fix CONSOLE_NONE supportSascha Hauer2014-10-081-0/+12
* commands: select FILE_LIST for usbgadgetRobert Schwebel2014-10-061-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-02119-164/+402
|\ \
| * | resource: Let request_ioport_region return an error pointerSascha Hauer2014-09-162-3/+3
| * | resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-16105-94/+292
| * | resource: Let dev_request_mem_region_by_name return an error pointerSascha Hauer2014-09-163-3/+11