Age | Commit message (Expand) | Author | Files | Lines |
2014-03-30 | Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into... | Mark Brown | 4 | -20/+190 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/... | Mark Brown | 11 | -459/+1005 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's... | Mark Brown | 8 | -507/+324 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown | 12 | -528/+1585 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 30 | -146/+29 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi... | Mark Brown | 12 | -124/+111 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi... | Mark Brown | 20 | -289/+175 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to... | Mark Brown | 12 | -70/+30 |
2014-03-30 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 2 | -108/+279 |
2014-03-30 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -18/+28 |
2014-03-30 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 1 | -3/+3 |
2014-03-30 | spi: Fix handling of cs_change in core implementation | Mark Brown | 1 | -3/+3 |
2014-03-29 | spi: bitbang: Make spi_bitbang_stop() return void | Axel Lin | 4 | -11/+6 |
2014-03-29 | spi: mpc52xx: Convert to use bits_per_word_mask | Axel Lin | 1 | -12/+1 |
2014-03-29 | spi: omap-100k: Fix memory leak | Axel Lin | 1 | -1/+1 |
2014-03-28 | spi: dw: Don't call kfree for memory allocated by devm_kzalloc | Axel Lin | 1 | -7/+0 |
2014-03-28 | spi: fsl-dspi: Fix memory leak | Axel Lin | 1 | -2/+2 |
2014-03-27 | spi: omap-uwire: add missing iounmap | Nishanth Menon | 1 | -0/+1 |
2014-03-27 | spi: clps711x: Convert to use master->max_speed_hz | Axel Lin | 1 | -7/+7 |
2014-03-27 | spi: clps711x: Enable driver compilation with COMPILE_TEST | Axel Lin | 1 | -1/+1 |
2014-03-26 | spi: omap-uwire: Remove full duplex check | Axel Lin | 1 | -4/+0 |
2014-03-25 | spi: Do not require a completion | Mark Brown | 1 | -2/+0 |
2014-03-25 | spi: topcliff-pch: Transform noisy message to dev_vdbg | Alexander Stein | 1 | -1/+1 |
2014-03-25 | spi: coldfire-qspi: Simplify the code to set register bits for transfer speed | Axel Lin | 1 | -4/+1 |
2014-03-25 | spi: bcm63xx: Remove unused define for PFX | Axel Lin | 1 | -2/+0 |
2014-03-25 | spi: efm32: use $vendor,$device scheme for compatible string | Uwe Kleine-König | 1 | -0/+3 |
2014-03-25 | spi: clps711x: Remove <mach/hardware.h> dependency | Alexander Shiyan | 1 | -29/+57 |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 4 | -39/+25 |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 23 | -213/+380 |
2014-03-24 | vxlan: fix nonfunctional neigh_reduce() | David Stevens | 1 | -14/+113 |
2014-03-24 | net: davinci_emac: Fix rollback of emac_dev_open() | Christian Riesch | 2 | -17/+31 |
2014-03-24 | net: davinci_emac: Replace devm_request_irq with request_irq | Christian Riesch | 1 | -4/+21 |
2014-03-24 | spi: topcliff-pch: Properly unregister platform devices on probe() error paths | Axel Lin | 1 | -2/+3 |
2014-03-24 | net: micrel : ks8851-ml: add vdd-supply support | Nishanth Menon | 1 | -1/+29 |
2014-03-21 | spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs | Axel Lin | 1 | -5/+0 |
2014-03-21 | spi: altera: Remove the code to get unused platform_data | Axel Lin | 1 | -4/+1 |
2014-03-21 | spi: fsl-lib: Fix memory leak of pinfo | Axel Lin | 1 | -10/+4 |
2014-03-21 | spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST | Axel Lin | 1 | -1/+1 |
2014-03-21 | spi: nuc900: Fix setting multiple bits settings in register | Axel Lin | 1 | -10/+8 |
2014-03-21 | spi: atmel: fix printk format warnings | Randy Dunlap | 1 | -3/+3 |
2014-03-21 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 6 | -36/+67 |
2014-03-20 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 1 | -3/+7 |
2014-03-20 | drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c | Daniel Kurtz | 1 | -3/+7 |
2014-03-20 | Merge tag 'drm-intel-fixes-2014-03-19' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 3 | -1/+17 |
2014-03-20 | via-rhine: Disable device in error path | Roger Luethi | 1 | -3/+5 |
2014-03-19 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2014-03-19 | drm/i915: Disable stolen memory when DMAR is active | Chris Wilson | 1 | -0/+7 |
2014-03-19 | Revert "drm/i915: don't touch the VDD when disabling the panel" | Jani Nikula | 2 | -1/+10 |
2014-03-19 | ATHEROS-ATL1E: Convert iounmap to pci_iounmap | Peter Senna Tschudin | 1 | -2/+2 |
2014-03-19 | vxlan: fix potential NULL dereference in arp_reduce() | David Stevens | 1 | -0/+3 |