index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-espi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resource
Axel Lin
2015-08-30
1
-2
/
+2
*
spi: fsl-espi: add runtime PM
Heiner Kallweit
2015-08-28
1
-17
/
+54
*
spi: fsl-(e)spi: simplify cleanup code
Heiner Kallweit
2015-08-28
1
-6
/
+0
*
spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanup
Heiner Kallweit
2015-08-28
1
-15
/
+5
*
-
.
Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/f...
Mark Brown
2015-06-18
1
-1
/
+5
|
\
\
|
|
*
spi: fsl-espi: Fix an error that can cause fsl espi task blocked
Jane Wan
2015-05-21
1
-1
/
+5
|
|
/
*
/
spi: fsl-espi: fix behaviour for full-duplex xfers
Jonatas Rech
2015-04-25
1
-14
/
+31
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI i...
Heiner Kallweit
2014-12-03
1
-11
/
+35
*
|
spi: fsl-(e)spi: migrate to generic master queueing
Heiner Kallweit
2014-12-03
1
-7
/
+6
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...
Mark Brown
2014-10-03
1
-6
/
+6
|
\
\
|
|
*
spi: fsl: Sort include headers alphabetically
Xiubo Li
2014-09-29
1
-6
/
+6
|
|
/
*
/
spi: fsl: Don't use devm_kzalloc in master->setup callback
Axel Lin
2014-09-01
1
-3
/
+12
|
/
*
-
.
Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fs...
Mark Brown
2014-06-02
1
-7
/
+33
|
\
\
|
|
*
spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()
Valentin Longchamp
2014-05-26
1
-2
/
+2
|
|
*
spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFT
Jane Wan
2014-04-16
1
-4
/
+30
|
|
/
|
/
|
|
*
spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kza...
Axel Lin
2014-04-14
1
-1
/
+1
|
/
*
-
.
Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...
Mark Brown
2014-04-10
1
-1
/
+2
|
\
\
|
*
|
spi: Always check complete callback before calling it
Axel Lin
2014-04-03
1
-1
/
+2
|
|
/
*
/
spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs
Axel Lin
2014-03-21
1
-5
/
+0
|
/
*
spi/fsl-espi: Add Power Management support for eSPI controller
Hou Zhiqiang
2013-12-12
1
-0
/
+61
*
spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.
Hou Zhiqiang
2013-12-11
1
-1
/
+1
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-1
/
+1
*
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
1
-3
/
+5
|
\
|
*
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
2013-11-07
1
-3
/
+3
|
|
\
|
|
*
of/irq: Use irq_of_parse_and_map()
Thierry Reding
2013-10-24
1
-3
/
+3
|
*
|
drivers: clean-up prom.h implicit includes
Rob Herring
2013-10-09
1
-0
/
+2
|
|
/
*
/
spi: Don't break user-visible strings to multiple source lines in drivers
Jarkko Nikula
2013-10-16
1
-2
/
+2
|
/
*
spi: use dev_get_platdata()
Jingoo Han
2013-08-29
1
-2
/
+2
*
spi: fix build break in spi-fsl-espi.c
Stephen Warren
2013-06-01
1
-1
/
+1
*
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2013-05-29
1
-7
/
+2
*
spi: Remove HOTPLUG section attributes
Grant Likely
2012-12-07
1
-4
/
+4
*
spi/devicetree: Move devicetree support code into spi directory
Grant Likely
2012-04-13
1
-1
/
+0
*
spi/fsl-espi: Make sure pm is within 2..32
Sebastian Andrzej Siewior
2012-03-15
1
-4
/
+6
*
spi/fsl-espi: make the clock computation easier to read
Sebastian Andrzej Siewior
2012-03-15
1
-2
/
+2
*
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-10-25
1
-12
/
+1
*
spi: reorganize drivers
Grant Likely
2011-06-06
1
-0
/
+762