Commit Graph

364 Commits (667503ddcb96f3b10211f997fe55907fa7509841)

Author SHA1 Message Date
David Brownell 529ba0d966 spi: bitbang bugfix in message setup 16 years ago
David Brownell 70d6027ff2 spi: add spi_master flag word 16 years ago
David Brownell b55f627fee spi: new spi->mode bits 16 years ago
Anton Vorontsov 575c5807f6 spi_mpc8xxx: s/83xx/8xxx/g 16 years ago
Anton Vorontsov 34a661a1fe spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c 16 years ago
Anton Vorontsov aef79d8276 spi_mpc83xx: remove dead code 16 years ago
Anton Vorontsov b9b9af11fe spi_mpc83xx: split mpc83xx_spi_work() into two routines 16 years ago
Anton Vorontsov 9effb959de spi_mpc83xx: fix checkpatch issues 16 years ago
Anton Vorontsov 5afbf098d1 spi_mpc83xx: add small delay after asserting chip-select line 16 years ago
Anton Vorontsov fd8a11e100 spi_mpc83xx: quieten down the "Requested speed is too low" message 16 years ago
Anton Vorontsov 9e04b3336a spi_mpc83xx: handle other Freescale processors 16 years ago
Jiri Pirko 275704970c spi: fix spi_write_then_read() comment 16 years ago
Daniel Ribeiro 50e0a7bd02 pxa2xx_spi: fix for SPI_CS_HIGH 16 years ago
Anton Vorontsov 7390284290 mpc52xx_psc_spi: convert to cs_control callback 16 years ago
David Brownell e7db06b5d5 spi: move more spi_setup() functionality into core 16 years ago
David Brownell 7d0771970c spi: move common spi_setup() functionality into core 16 years ago
Roel Kluin b4bd2ababd spi_bfin5xx: limit reaches -1 16 years ago
Anton Vorontsov ab7f3341df powerpc/5200: convert mpc52xx_psc_spi to use cs_control callback 16 years ago
Roel Kluin 021415468c spi: takes size of a pointer to determine the size of the pointed-to type 16 years ago
Jie Zhang 67834fa93d Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable 16 years ago
Linus Walleij b43d65f7e8 [ARM] 5546/1: ARM PL022 SSP/SPI driver v3 16 years ago
Michal Simek 6fa612b56c microblaze: Kconfig: Enable drivers for Microblaze 16 years ago
Ben Dooks ec976d6eb0 [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> 16 years ago
Daniel Ribeiro 7348d82a67 pxa2xx_spi: prevent panic case setup() fails 16 years ago
Sascha Hauer 8c8fdbc9bd [ARM] Remove arch-imx from build system 16 years ago
Roel Kluin 306c68aaa7 spi: pxa2xx: limit reaches -1 16 years ago
Daniel Ribeiro 148da33120 pxa2xx_spi: restore DRCMR on resume 16 years ago
David Brownell bdff549ebe spi: spi_write_then_read() bugfixes 16 years ago
Daniel Ribeiro 2b2562d381 [ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c 16 years ago
Mike Rapoport 96a6d9aa09 spi_imx: set spi_master.dma_alignment = 4 16 years ago
Mike Rapoport 7ad0ba91d4 pxa2xx_spi: set spi_master.dma_alignment = 8 16 years ago
Mike Rapoport 75c8915c0c spi_bfin5xx: remove unused IS_DMA_ALIGNED macro 16 years ago
Eric Miao a7bb3909b3 spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases 16 years ago
Roel Kluin c8fc657e6a spi: limit reaches -1, tested 0 16 years ago
Wolfgang Muees 93b61bddc1 Blackfin SPI Driver: Make mmc_spi driver work on Blackfin 16 years ago
Michael Hennerich 42c78b2bf5 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support 16 years ago
Mike Frysinger e7d02e3c95 Blackfin SPI Driver: fix NULL pointer crash 16 years ago
Mike Frysinger 138f97cd06 Blackfin SPI Driver: use bfin_spi_ prefix on all functions 16 years ago
Yi Li b9b2a76a43 Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change 16 years ago
Yi Li 2cf3683472 Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly 16 years ago
Mike Frysinger a963ea83b3 Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x 16 years ago
Mike Frysinger aaaf939c57 Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler 16 years ago
Mike Frysinger 11d6f59951 Blackfin SPI Driver: get dma working for SPI flashes 16 years ago
Mike Frysinger 4160bde2d8 Blackfin SPI Driver: SPI slave select code cleanup 16 years ago
Mike Frysinger b31e27a6dc Blackfin SPI Driver: use the properl BIT_CTL_xxx defines 16 years ago
Mike Frysinger 40a2945b97 Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any 16 years ago
Mike Frysinger d24bd1d0dc Blackfin SPI Driver: add a few more DMA debug messages 16 years ago
Mike Frysinger 59bfcc6648 Blackfin SPI Driver: drop bogus cast and touchup dma label 16 years ago
Mike Frysinger 7aec356617 Blackfin SPI Driver: unify duplicated code in dma read/write paths 16 years ago
Mike Frysinger 04b95d2f74 Blackfin SPI Driver: pass DMA overflow error to the higher level 16 years ago