summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* power: reset: ltc2952: remove global variable poweroff_panicFrans Klaver2015-01-201-35/+22
* power: reset: ltc2952: reduce dependency on global variablesFrans Klaver2015-01-201-34/+41
* power: reset: ltc2952: prefer devm_gpiod_get over gpiod_getFrans Klaver2015-01-201-34/+10
* power: reset: ltc2952: unroll gpio_desc arrayFrans Klaver2015-01-201-48/+38
* power: reset: ltc2952: prefer devm_request_irq over request_irqFrans Klaver2015-01-201-13/+6
* power: reset: ltc2952: prefer devm_kzalloc over kzallocFrans Klaver2015-01-201-8/+3
* power: reset: augment versatile driver for integratorLinus Walleij2015-01-201-3/+29
* Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-205-31/+26
|\
| * pinctrl: MAINTAINERS: add git tree referenceLinus Walleij2015-01-191-0/+1
| * pinctrl: qcom: Don't iterate past end of function arrayStephen Boyd2015-01-191-2/+2
| * pinctrl: lantiq: remove bogus of_gpio_chip_addJohan Hovold2015-01-141-2/+0
| * pinctrl: Fix two deadlocksJim Lin2015-01-141-2/+3
| * pinctrl: rockchip: Avoid losing interrupts when supporting both edgesDoug Anderson2015-01-141-25/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-2031-192/+343
|\ \
| * | s2io: use snprintf() as a safety featureDan Carpenter2015-01-201-3/+8
| * | Merge branch 'r8152'David S. Miller2015-01-191-24/+6
| |\ \
| | * | r8152: remove sram_readhayeswang2015-01-191-18/+6
| | * | r8152: remove generic_ocp_read before writinghayeswang2015-01-191-6/+0
| |/ /
| * | Merge branch 'bgmac'David S. Miller2015-01-191-6/+6
| |\ \
| | * | bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-191-3/+3
| | * | bgmac: register napi before the deviceHauke Mehrtens2015-01-191-3/+3
| |/ /
| * | Merge branch 'sh_eth'David S. Miller2015-01-191-9/+19
| |\ \
| | * | sh_eth: Fix ethtool operation crash when net device is downBen Hutchings2015-01-191-0/+10
| | * | sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings2015-01-191-9/+9
| |/ /
| * | ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-01-191-5/+2
| * | net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-01-181-1/+7
| * | genetlink: synchronize socket closing and family removalJohannes Berg2015-01-165-15/+35
| * | genetlink: disallow subscribing to unknown mcast groupsJohannes Berg2015-01-161-1/+1
| * | genetlink: document parallel_opsJohannes Berg2015-01-161-0/+2
| * | net: rps: fix cpu unplugEric Dumazet2015-01-161-5/+15
| * | Merge branch 'davinci_emac'David S. Miller2015-01-162-22/+77
| |\ \
| | * | net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-162-1/+7
| | * | net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
| | * | net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
| | * | net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
| | * | net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
| | * | net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
| |/ /
| * | ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-162-13/+5
| * | Merge tag 'linux-can-fixes-for-3.19-20150115' of git://git.kernel.org/pub/scm...David S. Miller2015-01-166-31/+49
| |\ \
| | * | can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish2015-01-151-7/+4
| | * | can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-151-3/+4
| | * | can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-151-0/+3
| | * | can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-01-151-6/+4
| | * | can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros2015-01-151-11/+18
| | * | can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-152-0/+6
| | * | can: dev: fix crtlmode_supported checkOliver Hartkopp2015-01-151-2/+6
| | * | MAINTAINERS: update linux-can git repositoriesMarc Kleine-Budde2015-01-151-2/+4
| * | | net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz2015-01-163-4/+5
| * | | Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-162-23/+35
| |\ \ \
| | * | | cfg80211: fix deadlock during reg chan checkArik Nemtsov2015-01-071-22/+34