Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
809b1e017bbdaf40d35619e41c1dbc542a5449d2
/
drivers
/
spi
/
spi-fsl-espi.c
809b1e0
spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
by Heiner Kallweit
· 8 years ago
faceef3
spi: fsl-espi: eliminate struct fsl_espi_transfer
by Heiner Kallweit
· 8 years ago
5cd7b8b
spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
by Heiner Kallweit
· 8 years ago
0319d49
spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
by Heiner Kallweit
· 8 years ago
e33a3ad
spi: fsl-espi: remove element status from struct fsl_espi_transfer
by Heiner Kallweit
· 8 years ago
7c159aa
spi: fsl-espi: factor out filling the local buffer
by Heiner Kallweit
· 8 years ago
1423877
spi: fsl-espi: pre-allocate message buffer
by Heiner Kallweit
· 8 years ago
71581a15
spi: fsl-espi: remove unneeded check in fsl_espi_do_trans
by Heiner Kallweit
· 8 years ago
a755af5
spi: fsl-espi: simplify fsl_espi_setup_transfer
by Heiner Kallweit
· 8 years ago
daae020
spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
by Heiner Kallweit
· 8 years ago
dbd4fef
spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans
by Heiner Kallweit
· 8 years ago
10ed1e6
spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq
by Heiner Kallweit
· 8 years ago
bbb55f6
spi: fsl-espi: change return type of fsl_espi_cpu_bufs to void
by Heiner Kallweit
· 8 years ago
ea616ee
spi: fsl-espi: change return type of fsl_espi_setup_transfer to void
by Heiner Kallweit
· 8 years ago
6bdf03b
spi: fsl-espi: dont include irq.h
by Heiner Kallweit
· 8 years ago
02a595d
spi: fsl-espi: eliminate spi nor flash read loop
by Heiner Kallweit
· 8 years ago
6319a68
spi/fsl-espi: avoid infinite loops on fsl_espi_cpu_irq()
by Nobuteru Hayashi
· 9 years ago
aa70e56
spi/fsl-espi: Don't wait transaction completion forever
by Nobuteru Hayashi
· 9 years ago
a12ddd6
spi/fsl-espi: Don't spin forever on SPIE_RXCNT
by Nobuteru Hayashi
· 9 years ago
5cfa1e4
spi/fsl-espi: Correct the maximum transaction length
by Hou Zhiqiang
· 9 years ago
b541eef
spi: fsl-espi: expose maximum transfer size limit
by Michal Suchanek
· 9 years ago
37c5db7
spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resource
by Axel Lin
· 9 years ago
e9abb4d
spi: fsl-espi: add runtime PM
by Heiner Kallweit
· 9 years ago
3c5395b
spi: fsl-(e)spi: simplify cleanup code
by Heiner Kallweit
· 9 years ago
4178b6b
spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanup
by Heiner Kallweit
· 9 years ago
5bfb10d
Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/fix/orion' and 'spi/fix/pl022' into spi-linus
by Mark Brown
· 9 years ago
7a0a175
spi: fsl-espi: Fix an error that can cause fsl espi task blocked
by Jane Wan
· 10 years ago
2000058
spi: fsl-espi: fix behaviour for full-duplex xfers
by Jonatas Rech
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
75506d0
spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI is not in use
by Heiner Kallweit
· 10 years ago
c592bec
spi: fsl-(e)spi: migrate to generic master queueing
by Heiner Kallweit
· 10 years ago
14ac00e
spi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
7020d76
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-next
by Mark Brown
· 10 years ago
a310836
spi: fsl: Sort include headers alphabetically
by Xiubo Li
· 10 years ago
d9f2674
spi: fsl: Don't use devm_kzalloc in master->setup callback
by Axel Lin
· 10 years ago
8fb3b06
Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fsl-espi' and 'spi/topic/id-const' into spi-next
by Mark Brown
· 10 years ago
a2cb1be
spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()
by Valentin Longchamp
· 10 years ago
d0fb47a5
spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFT
by Jane Wan
· 11 years ago
abcadeb
spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kzalloc
by Axel Lin
· 11 years ago
6eadd84
Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus
by Mark Brown
· 11 years ago
0a6d387
spi: Always check complete callback before calling it
by Axel Lin
· 11 years ago
f0a7133
spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufs
by Axel Lin
· 11 years ago
714bb65
spi/fsl-espi: Add Power Management support for eSPI controller
by Hou Zhiqiang
· 11 years ago
7227cd1
spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map.
by Hou Zhiqiang
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
f757849
of/irq: Use irq_of_parse_and_map()
by Thierry Reding
· 11 years ago
f6bd03a
spi: Don't break user-visible strings to multiple source lines in drivers
by Jarkko Nikula
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
8074cf0
spi: use dev_get_platdata()
by Jingoo Han
· 11 years ago
51faed6
spi: fix build break in spi-fsl-espi.c
by Stephen Warren
· 11 years ago
24778be
spi: convert drivers to use bits_per_word_mask
by Stephen Warren
· 11 years ago
fd4a319
spi: Remove HOTPLUG section attributes
by Grant Likely
· 12 years ago
d57a428
spi/devicetree: Move devicetree support code into spi directory
by Grant Likely
· 13 years ago
87bf5ab
spi/fsl-espi: Make sure pm is within 2..32
by Sebastian Andrzej Siewior
· 13 years ago
35faa55
spi/fsl-espi: make the clock computation easier to read
by Sebastian Andrzej Siewior
· 13 years ago
940ab88
drivercore: Add helper macro for platform_driver boilerplate
by Grant Likely
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
[Renamed (99%) from drivers/spi/spi_fsl_espi.c]
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
18d306d
dt/spi: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
0dd2c96
spi/fsl_espi: fix wrong setting of the address in the command buffer
by Mingkai Hu
· 14 years ago
e6289d6
spi/fsl_espi: change the read behaviour of the SPIRF
by Mingkai Hu
· 14 years ago
8b60d6c
spi/fsl_spi: add eSPI controller support
by Mingkai Hu
· 14 years ago