Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a3f2185a29df084611641e964aa93d1a6ee2212c
/
drivers
/
spi
/
spi-xilinx.c
34093cb
spi/xilinx: Fix access invalid memory on xilinx_spi_tx
by Ricardo Ribalda Delgado
· 10 years ago
0635287
spi: Revert "spi/xilinx: Remove iowrite/ioread wrappers"
by Mark Brown
· 10 years ago
eb25f16
spi/xilinx: Check number of slaves range
by Ricardo Ribalda
· 10 years ago
2241735
spi/xilinx: Use polling mode on small transfers
by Ricardo Ribalda Delgado
· 10 years ago
b563bfb
spi/xilinx: Remove remaining_words driver data variable
by Ricardo Ribalda Delgado
· 10 years ago
99082ea
spi/xilinx: Remove iowrite/ioread wrappers
by Ricardo Ribalda Delgado
· 10 years ago
17aaaa8
spi/xilinx: Convert bits_per_word in bytes_per_word
by Ricardo Ribalda Delgado
· 10 years ago
d79b2d0
spi/xilinx: Convert remainding_bytes in remaining words
by Ricardo Ribalda Delgado
· 10 years ago
c309294
spi/xilinx: Make spi_tx and spi_rx simmetric
by Ricardo Ribalda Delgado
· 10 years ago
24ba5e5
spi/xilinx: Remove rx_fn and tx_fn pointer
by Ricardo Ribalda Delgado
· 10 years ago
f9c6ef6
spi/xilinx: Support for spi mode CS_HIGH
by Ricardo Ribalda Delgado
· 10 years ago
d9f5881
spi/xilinx: Do not inhibit transmission in polling mode
by Ricardo Ribalda Delgado
· 10 years ago
5fe11cc
spi/xilinx: Support cores with no interrupt
by Ricardo Ribalda Delgado
· 10 years ago
5b74d7a
spi/xilinx: Use cached value of register
by Ricardo Ribalda Delgado
· 10 years ago
a87cbca
spi/xilinx: Code cleanup
by Ricardo Ribalda Delgado
· 10 years ago
899929b
spi/xilinx: Leave the IRQ always enabled.
by Ricardo Ribalda Delgado
· 10 years ago
4c9a761
spi/xilinx: Simplify spi_fill_tx_fifo
by Ricardo Ribalda Delgado
· 10 years ago
c5d348d
spi/xilinx: Simplify data read from the Rx FIFO
by Ricardo Ribalda Delgado
· 10 years ago
0240f94
spi/xilinx: Support for spi mode LOOP
by Ricardo Ribalda Delgado
· 10 years ago
bca690d
spi/xilinx: Support for spi mode LSB_FIRST
by Ricardo Ribalda Delgado
· 10 years ago
9c0b8fd
spi: xilinx: Remove .owner field for driver
by Michal Simek
· 10 years ago
4b153a2
spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus number
by Lars-Peter Clausen
· 10 years ago
45b15d9
Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into spi-next
by Mark Brown
· 11 years ago
6ff8672
spi: xilinx: remove unnecessary spaces
by Jingoo Han
· 11 years ago
9bf46f6
spi: xilinx: Convert to let spi core validate bits_per_word
by Axel Lin
· 11 years ago
3a44623
spi: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
94c69f7
spi: bitbang: Let spi_bitbang_start() take a reference to master
by Axel Lin
· 11 years ago
68aa4cb
Merge remote-tracking branch 'spi/topic/pdata' into spi-next
by Mark Brown
· 11 years ago
b5f9a9d
Merge remote-tracking branch 'spi/topic/rspi' into spi-pdata
by Mark Brown
· 11 years ago
8074cf0
spi: use dev_get_platdata()
by Jingoo Han
· 11 years ago
30af9b5
spi/bitbang: Drop empty setup() functions
by Mark Brown
· 11 years ago
9ca1273
spi/xilinx: signedness issue checking platform_get_irq()
by Dan Carpenter
· 11 years ago
7b3b743
spi/xilinx: Simplify irq allocation
by Michal Simek
· 11 years ago
be3acdf
spi/xilinx: Use of_property_read_u32 for reading value from node
by Michal Simek
· 11 years ago
ad3fdbc
spi/xilinx: Clean ioremap calling
by Michal Simek
· 11 years ago
5586c09
spi/xilinx: Remove CONFIG_OF from the driver
by Michal Simek
· 11 years ago
7cb2abd
spi/xilinx: Refer to platform device as pdev in probe() and remove()
by Mark Brown
· 11 years ago
d81c0bb
spi/xilinx: Remove remains of of_platform device registration
by Mark Brown
· 11 years ago
c40537d
spi/xilinx: Convert to devm_ioremap_resource()
by Mark Brown
· 11 years ago
e076195
spi/xilinx: Revert master->setup function removal
by Michal Simek
· 11 years ago
ed89355
Merge remote-tracking branch 'spi/topic/xilinx' into spi-next
by Mark Brown
· 11 years ago
4581949
Merge remote-tracking branch 'spi/topic/bpw' into spi-next
by Mark Brown
· 11 years ago
e33d085
spi: spi-xilinx: cleanup a check in xilinx_spi_txrx_bufs()
by dan.carpenter@oracle.com
· 11 years ago
913b196
spi: spi-xilinx: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
082339b
spi: spi-xilinx: Add run run-time endian detection
by Michal Simek
· 11 years ago
68c315b
spi: spi-xilinx: Remove ISR race condition
by Peter Crosthwaite
· 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
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 from drivers/spi/xilinx_spi.c]
3271d38
mfd: Use mfd cell platform_data for timberdale cells platform bits
by Samuel Ortiz
· 14 years ago
e46dccf
mfd: mfd_cell is now implicitly available to timberdale drivers
by Andres Salomon
· 14 years ago
c9e358d
driver-core: remove conditionals around devicetree pointers
by Grant Likely
· 14 years ago
eae6cb3
spi/xilinx: merge OF support code into main driver
by Grant Likely
· 14 years ago
8fd8821
spi/xilinx: fold platform_driver support into main body
by Grant Likely
· 14 years ago
91565c4
spi/xilinx: Eliminate pdata references from common code.
by Grant Likely
· 14 years ago
12b15e8
of/spi: call of_register_spi_devices() from spi core code
by Anatolij Gustschin
· 14 years ago
9778214
spi: xilinx_spi: Fix up I/O routine wrapping bogosity.
by Paul Mundt
· 15 years ago
920712a
spi/xilinx_spi: fix incorrect casting
by Grant Likely
· 15 years ago
c9da2e1
xilinx_spi: add support for the DS570 IP.
by Richard Röjfors
· 15 years ago
86fc593
xilinx_spi: Switch to iomem functions and support little endian.
by Richard Röjfors
· 15 years ago
d5af91a
xilinx_spi: Split into of driver and generic part.
by Richard Röjfors
· 15 years ago
1a8d3b7
Xilinx: SPI: Fix bits_per_word for transfers
by John Linn
· 15 years ago
e7db06b
spi: move more spi_setup() functionality into core
by David Brownell
· 15 years ago
7d07719
spi: move common spi_setup() functionality into core
by David Brownell
· 15 years ago
1df879e
powerpc/virtex/spi: Xilinx SPI driver not releasing memory
by John Linn
· 16 years ago
ff82c58
Xilinx: SPI: updated driver for device tree
by John Linn
· 16 years ago
166a375
xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()
by Roel Kluin
· 16 years ago
b687d2a
spi: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7e38c3c
spi: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
fc3ba95
SPI driver hotplug/coldplug fixes
by David Brownell
· 17 years ago
ae918c0
SPI master driver for Xilinx virtex
by Andrei Konovalov
· 17 years ago