summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: fix format string for size_tArnd Bergmann2014-06-201-1/+1
* thunderbolt: add PCI dependencyArnd Bergmann2014-06-201-1/+1
* thunderbolt: Staticize nhi_idsSachin Kamat2014-06-201-1/+1
* thunderbolt: Use NULL instead of 0 in nhi.cSachin Kamat2014-06-201-1/+1
* thunderbolt: Use NULL instead of 0 in ctl.cSachin Kamat2014-06-201-2/+2
* thunderbolt: Use NULL instead of 0 in switch.cSachin Kamat2014-06-201-3/+3
* thunderbolt: Fix build error in switch.cSachin Kamat2014-06-201-0/+1
* thunderbolt: Fix build error in eeprom.cSachin Kamat2014-06-201-0/+1
* w1/masters: use pr_* instead of printkFjodor Schelichow2014-06-193-27/+27
* w1: use pr_* instead of printkFjodor Schelichow2014-06-195-16/+12
* w1/slaves: use pr_* instead of printkFjodor Schelichow2014-06-191-2/+1
* w1: new w1_ds2406 driverScott Alfter2014-06-194-0/+177
* drivers/w1/w1_int.c: Fix style errors.Thomas Wood2014-06-191-5/+5
* w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan2014-06-191-12/+15
* w1: mxc_w1: Perform a software reset at startupAlexander Shiyan2014-06-191-0/+5
* w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan2014-06-191-17/+15
* w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan2014-06-191-1/+1
* thunderbolt: Fix nontrivial endpoint devices.Andreas Noever2014-06-193-18/+31
* thunderbolt: Read port configuration from eeprom.Andreas Noever2014-06-193-7/+270
* thunderbolt: Add suspend/hibernate supportAndreas Noever2014-06-194-0/+183
* thunderbolt: Read switch uid from EEPROMAndreas Noever2014-06-194-1/+198
* PCI: Suspend/resume quirks for Apple thunderboltAndreas Noever2014-06-191-0/+97
* PCI: Add pci_fixup_suspend_late quirk passAndreas Noever2014-06-192-4/+21
* thunderbolt: Add support for simple pci tunnelsAndreas Noever2014-06-195-1/+399
* thunderbolt: Add path setup code.Andreas Noever2014-06-194-1/+312
* thunderbolt: Handle hotplug eventsAndreas Noever2014-06-193-2/+89
* thunderbolt: Scan for downstream switchesAndreas Noever2014-06-193-0/+157
* thunderbolt: Enable plug eventsAndreas Noever2014-06-192-0/+53
* thunderbolt: Add thunderbolt capability handlingAndreas Noever2014-06-193-1/+119
* thunderbolt: Initialize root switch and portsAndreas Noever2014-06-194-1/+333
* thunderbolt: Add tb_regs.hAndreas Noever2014-06-192-0/+218
* thunderbolt: Setup control channelAndreas Noever2014-06-194-3/+186
* thunderbolt: Add control channel interfaceAndreas Noever2014-06-193-1/+807
* thunderbolt: Add initial cactus ridge NHI supportAndreas Noever2014-06-197-0/+863
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-151-13/+5
|\
| * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
* | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-1516-225/+1531
|\ \
| * | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks supportBoris BREZILLON2014-06-114-0/+411
| * | clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
| * | clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
| * | clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
| * | clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
| * | clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
| * | clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2
| * | clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
| * | Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-109-38/+874
| |\ \
| | * | CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-061-0/+21
| | * | CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ckPeter Ujfalusi2014-06-061-0/+6
| | * | CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)Peter Ujfalusi2014-05-282-1/+314