- 0135c03 spi/bcm63xx: make spi subsystem aware of message size limits by Jonas Gorski · 8 years ago
- 57f22cd Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/topcliff-pch' into spi-next by Mark Brown · 8 years ago
- e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 8 years ago
- 2016d52 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/topic/mpc52xx', 'spi/topic/ppc4xx' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 8 years ago
- 3470650 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/ep93xx', 'spi/topic/falcon' and 'spi/topic/fsl-lpspi' into spi-next by Mark Brown · 8 years ago
- 244a60c Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/bcm-qspi' and 'spi/topic/bcm53xx' into spi-next by Mark Brown · 8 years ago
- 3490462 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
- 42af2f5 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
- e0afd0f Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/s3c64xx' into spi-linus by Mark Brown · 8 years ago
- d2f68a0 Merge tag 'spi-fix-v4.10-rc4' into spi-linus by Mark Brown · 8 years ago
- 7abfe04 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 8 years ago
- 30fb272 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 8 years ago
- 582c97f spi: lantiq-ssc: activate under COMPILE_TEST by Hauke Mehrtens · 8 years ago
- e92f005 spi: armada-3700: Remove spi_master_put in a3700_spi_remove() by Wei Yongjun · 8 years ago
- cce59c2 spi: ti-qspi: revise ti_qspi_probe() failure flow by Prahlad V · 8 years ago
- 55f0cd3 spi: spi-ep93xx: simplify GPIO chip selects by H Hartley Sweeten · 8 years ago
- ad16d4a spi: rspi: Replaces "n" by "len" in qspi_transfer_*() by DongCV · 8 years ago
- 7264abc spi: rspi: Fixes bogus received byte in qspi_transfer_in() by DongCV · 8 years ago
- 973f7dd spi: bcm-qspi: Remove unnecessary platform_set_drvdata() by Wei Yongjun · 8 years ago
- 345309f spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance by Kamal Dasu · 8 years ago
- 17f84b7 spi: lantiq-ssc: add support for Lantiq SSC SPI controller by Hauke Mehrtens · 8 years ago
- 379f831 spi: s3c64xx: fix inconsistency between binding and driver by Andi Shyti · 8 years ago
- d9928b4 spi: armada-3700: Remove .owner field for driver by Wei Yongjun · 8 years ago
- 81ab52f spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read() by Kamal Dasu · 8 years ago
- 8324147 spi: fix device-node leaks by Johan Hovold · 8 years ago
- 1ce2486 spi: mediatek: Only do dma for 4-byte aligned buffers by Daniel Kurtz · 8 years ago
- 88b0aa5 spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
- 64e02cb spi: pca2xx-pci: Allow MSI by Jan Kiszka · 8 years ago
- e51e9b9 spi: pxa2xx: Prepare for edge-triggered interrupts by Jan Kiszka · 8 years ago
- e18a80a spi: pxa2xx: Add support for Intel Gemini Lake by David E. Box · 8 years ago
- 52cc720 Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 8 years ago
- 3f95ba3 Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 8 years ago
- 45e861a spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx() by Markus Elfring · 8 years ago
- b996356 spi/topcliff-pch: Combine substrings for four messages by Markus Elfring · 8 years ago
- baa35f5 spi/topcliff-pch: Improve size determinations in pch_spi_probe() by Markus Elfring · 8 years ago
- 84aa0ba spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma() by Markus Elfring · 8 years ago
- 6ceb3b2 spi/topcliff-pch: Delete an unnecessary return statement in two functions by Markus Elfring · 8 years ago
- 797236f spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
- ffcaef5 spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
- 9c4f044 spi/mpc52xx: Combine substrings for two messages by Markus Elfring · 8 years ago
- 8b6c895 spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe() by Markus Elfring · 8 years ago
- 31ae779 spi: fsl: Combine substrings for two messages by Markus Elfring · 8 years ago
- 5223db0 spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
- d9bc4a8 spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
- f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
- b031248 spi: pxa2xx: Factor out handle_bad_msg by Jan Kiszka · 8 years ago
- 72bc7ae spi: s3c64xx: potential oops on probe error by Dan Carpenter · 8 years ago
- c5a2a39 spi: davinci: use dma_mapping_error() by Kevin Hilman · 8 years ago
- 9c6a3af spi: make falcon-spi bool by Hauke Mehrtens · 8 years ago
- 102ecc47 spi: fsl-lpspi: fix indentation error by Gao Pan · 8 years ago
- 3d63a47 spi: s3c64xx: Don't request/release DMA channels for each SPI transfer by Marek Szyprowski · 8 years ago
- 5c47e3c Merge tag 'v4.10-rc1' into spi-s3c64xx by Mark Brown · 8 years ago
- e70002c spi: dw: Make debugfs use bus num and make irq name unique by Phil Reid · 8 years ago
- 9620ca9 spi: spi-axi: Free resources on error path by Christophe JAILLET · 8 years ago
- e360e72 spi: bcm53xx: (re)license code to the GPL v2 by Rafał Miłecki · 8 years ago
- 66459c5 spi: imx: adjust watermark level according to transfer length by Jiada Wang · 8 years ago
- 2501452 spi: pxa2xx-pci: Enable DMA for Intel Merrifield by Andy Shevchenko · 8 years ago
- 63971c5 spi: pxa2xx: fix indentation of the comments in header by Andy Shevchenko · 8 years ago
- a2dd8af spi: pxa2xx: add missed break by Andy Shevchenko · 8 years ago
- e7ad4a7 spi: sh-msiof: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
- ffcfae3 spi: rspi: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
- cf1716e spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) by Andy Shevchenko · 8 years ago
- 85798e15 spi: armada-3700: Coding style fixes by Romain Perier · 8 years ago
- cfd6693 spi: armada-3700: Replaced raw values for nbits by the SPI macros by Romain Perier · 8 years ago
- 13288bd spi: dw: Make debugfs name unique between instances by Phil Reid · 8 years ago
- 78d759d spi: bcm53xx: set of_node to let DT specify device(s) by Rafał Miłecki · 8 years ago
- 279e4af spi: bcm-qspi: Enable the driver on BMIPS_GENERIC by Jaedon Shin · 8 years ago
- 7ce7d89 Linux 4.10-rc1 by Linus Torvalds · 8 years ago
- 8ae679c powerpc: Fix build warning on 32-bit PPC by Larry Finger · 8 years ago
- d33d5a6c avoid spurious "may be used uninitialized" warning by Linus Torvalds · 8 years ago
- 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 10bbe75 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 8 years ago
- 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
- 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
- 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
- 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
- 008b69e irqchip/armada-xp: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
- 6896bcd irqchip/gic: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
- 36e5b0e coresight/etm3/4x: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
- 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
- 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
- 7b73796 staging/lustre/libcfs: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
- e210faa scsi/bnx2i: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- c53b005 scsi/bnx2fc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- dc280d93 cpu/hotplug: Prevent overwriting of callbacks by Thomas Gleixner · 8 years ago
- 59fefd0 x86/msr: Remove bogus cleanup from the error path by Thomas Gleixner · 8 years ago
- 26242b3 bus: arm-ccn: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
- 834fcd2 perf/x86/intel/cstate: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
- a051f22 ARM/imx/mmcd: Fix broken cpu hotplug handling by Thomas Gleixner · 8 years ago
- a98d1a0 scsi: qedi: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
- 6886fee tools/power turbostat: remove obsolete -M, -m, -C, -c options by Len Brown · 8 years ago
- 388e9c8 tools/power turbostat: Make extensible via the --add parameter by Len Brown · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
- 3a77fa8 Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
- 01e0d60 Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
- 6ac3bb1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago