| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: s3c2410: Convert to devm_request_and_ioremap() | Mark Brown | 2012-11-16 | 1 | -28/+7 |
* | i2c: s3c2410: Refactor ifdefs for PM_SLEEP | Mark Brown | 2012-11-16 | 1 | -1/+5 |
* | i2c: mux: Add dt support to i2c-mux-gpio driver | Maxime Ripard | 2012-11-16 | 2 | -31/+195 |
* | i2c: i2c-sh_mobile: fix spurious transfer request timed out | Shinya Kuribayashi | 2012-11-16 | 1 | -0/+3 |
* | i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock | Shinya Kuribayashi | 2012-11-16 | 2 | -0/+6 |
* | i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed | Shinya Kuribayashi | 2012-11-16 | 1 | -49/+77 |
* | i2c: i2c-sh_mobile: calculate clock parameters at driver probing time | Shinya Kuribayashi | 2012-11-16 | 1 | -5/+13 |
* | i2c: omap: don't save a value only needed for read-clearing | Wolfram Sang | 2012-11-14 | 1 | -2/+1 |
* | i2c: omap: cleanup the sysc write | Shubhrajyoti D | 2012-11-14 | 1 | -15/+5 |
* | i2c: omap: Restore i2c context always | Shubhrajyoti D | 2012-11-14 | 1 | -2/+1 |
* | i2c: omap: make reset a seperate function | Shubhrajyoti D | 2012-11-14 | 1 | -15/+24 |
* | i2c: omap: re-factor omap_i2c_init function | Shubhrajyoti D | 2012-11-14 | 1 | -40/+35 |
* | ARM: i2c: omap: Remove the i207 errata flag | Shubhrajyoti D | 2012-11-14 | 4 | -11/+5 |
* | i2c: omap: remove the dtrev | Shubhrajyoti D | 2012-11-14 | 1 | -7/+5 |
* | i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207 | Shubhrajyoti D | 2012-11-14 | 1 | -1/+2 |
* | i2c: omap: Fix the revision register read | Shubhrajyoti D | 2012-11-14 | 1 | -13/+48 |
* | i2c: omap: adopt pinctrl support | Sebastien Guiriec | 2012-11-14 | 1 | -0/+13 |
* | i2c: omap: ensure writes to dev->buf_len are ordered | Felipe Balbi | 2012-11-14 | 1 | -1/+3 |
* | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints" | Paul Walmsley | 2012-11-14 | 3 | -18/+36 |
* | i2c: at91: fix SMBus quick command | Ludovic Desroches | 2012-11-14 | 1 | -1/+6 |
* | i2c: i2c-gpio: fix name issue with multiple i2c gpio nodes | Bo Shen | 2012-11-14 | 1 | -1/+5 |
* | i2c: ocores: Use devm_request_and_ioremap() | Thierry Reding | 2012-11-13 | 1 | -12/+3 |
* | i2c: rcar: fix section mismatch | Wolfram Sang | 2012-11-13 | 1 | -2/+2 |
* | i2c: rcar: used devm_request_and_ioremap() instead of devm_ioremap() | Kuninori Morimoto | 2012-11-13 | 1 | -1/+1 |
* | i2c: nomadik: Fix the usage of wait_for_completion_timeout | Chuansheng Liu | 2012-11-12 | 1 | -14/+0 |
* | Linux 3.7-rc5v3.7-rc5 | Linus Torvalds | 2012-11-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-11-10 | 25 | -66/+131 |
|\ |
|
| * | gre6: fix rtnl dump messages | Nicolas Dichtel | 2012-11-09 | 1 | -4/+4 |
| * | gianfar: ethernet vanishes after restoring from hibernation | Wang Dongsheng | 2012-11-09 | 1 | -1/+4 |
| * | usbnet: ratelimit kevent may have been dropped warnings | Steve Glendinning | 2012-11-09 | 1 | -3/+5 |
| * | ipv6: send unsolicited neighbour advertisements to all-nodes | Hannes Frederic Sowa | 2012-11-09 | 1 | -2/+1 |
| * | net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs | Ian Coolidge | 2012-11-08 | 1 | -1/+2 |
| * | usb: gadget: g_ether: fix frame size check for 802.1Q | Ian Coolidge | 2012-11-08 | 1 | -1/+2 |
| * | cxgb4: Fix initialization of SGE_CONTROL register | Vipul Pandya | 2012-11-08 | 1 | -1/+1 |
| * | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES | Lee Jones | 2012-11-08 | 3 | -6/+2 |
| * | cxgb4: Initialize data structures before using. | Vipul Pandya | 2012-11-07 | 1 | -0/+4 |
| * | af-packet: fix oops when socket is not present | Eric Leblond | 2012-11-07 | 1 | -1/+1 |
| * | pkt_sched: enable QFQ to support TSO/GSO | Paolo Valente | 2012-11-07 | 1 | -30/+79 |
| * | net: inet_diag -- Return error code if protocol handler is missed | Cyrill Gorcunov | 2012-11-04 | 1 | -1/+4 |
| * | net: bnx2x: Fix typo in bnx2x driver | Masanari Iida | 2012-11-03 | 2 | -3/+3 |
| * | smsc95xx: fix tx checksum offload for big endian | Steve Glendinning | 2012-11-03 | 1 | -0/+1 |
| * | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump | John Fastabend | 2012-11-03 | 1 | -1/+2 |
| * | ptp: update adjfreq callback description | Jacob Keller | 2012-11-03 | 1 | -1/+2 |
| * | r8169: allow multicast packets on sub-8168f chipset. | Nathan Walp | 2012-11-03 | 1 | -0/+3 |
| * | r8169: Fix WoL on RTL8168d/8111d. | Cyril Brulebois | 2012-11-03 | 1 | -0/+2 |
| * | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 2012-11-03 | 5 | -9/+9 |
| * | tipc: do not use tasklet_disable before tasklet_kill | Xiaotian Feng | 2012-11-03 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-11-10 | 38 | -97/+291 |
|\ \ |
|
| * | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers. | David S. Miller | 2012-11-10 | 9 | -8/+24 |
| * | | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 2012-11-10 | 4 | -2/+20 |