summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* ARM: 5741/1: pl022: fix peripheral id for ST vendorSrinidhi Kasagar2009-10-051-1/+1
* spi-imx: strip down chipselect function to only drive the chipselectUwe Kleine-König2009-10-021-33/+17Star
* spi-imx: initialize complete config structUwe Kleine-König2009-10-021-0/+1
* spi-imx: no need to assert bits_per_word being initializedUwe Kleine-König2009-10-021-3/+0Star
* spi-imx: setup mode_bits we can handleSascha Hauer2009-10-021-0/+1
* spi-imx: fix initial chipselect settingsSascha Hauer2009-10-021-1/+6
* spi-imx: update state correctlySascha Hauer2009-10-021-0/+7
* spi-imx: rename source file to spi_imx.cUwe Kleine-König2009-10-022-169/+169
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* Merge branch 'origin' into for-linusRussell King2009-09-2413-1893/+2340
|\
| * spi: handle TX-only/RX-onlyDavid Brownell2009-09-231-0/+59
| * spi: McSPI support for OMAP4Syed Rafiuddin2009-09-231-4/+6
| * spi: McSPI saves CHCONFx tooTero Kristo2009-09-231-0/+16
| * spi: McSPI off-mode supportHemanth V2009-09-231-34/+100
| * spi: Freescale STMP driverdmitry pervushin2009-09-233-0/+686
| * spi_s3c24xx: cache device setup dataBen Dooks2009-09-231-37/+89
| * spi_s3c24xx: use dev_pm_opsBen Dooks2009-09-231-9/+13
| * spi_s3c24xx: use resource_size() to get resource sizeBen Dooks2009-09-231-2/+2
| * spi_s3c24xx: fix header includesBen Dooks2009-09-231-4/+1Star
| * pxa2xx_spi: register earlierAntonio Ospite2009-09-231-1/+1
| * spi: prefix modalias with "spi:"Anton Vorontsov2009-09-233-1/+4
| * spi: add support for device table matchingAnton Vorontsov2009-09-231-0/+23
| * spi: add SPI driver for most known i.MX SoCsSascha Hauer2009-09-233-0/+694
| * spi: add default selection of PL022 for ARM reference platformslinus.walleij@stericsson.com2009-09-231-0/+3
| * spi: add spi_ppc4xx driverSteven A. Falco2009-09-233-0/+620
| * spi: omap2_mcspi use BIT(n)Jouni Hogander2009-09-231-25/+25
| * spi: remove i.MX SPI driverSascha Hauer2009-09-233-1778/+0Star
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-212-2/+2
* | Merge branch 'u300' into develRussell King2009-09-211-4/+4
|\ \
| * | ARM: 5678/1: SSP/SPI PL022 polarity terminology fixLinus Walleij2009-09-181-4/+4
* | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-09-211-14/+16
|\ \ \ | |_|/ |/| |
| * | [ARM] pxa: update pxa2xx-spi.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-14/+16
* | | Merge branch 'master' into develRussell King2009-09-121-10/+13
|\| |
| * | spi_s3c24xx: fix transfer setup codeBen Dooks2009-08-191-0/+6
| * | spi_s3c24xx: fix clock rate calculationBen Dooks2009-08-191-10/+7Star
* | | Merge branch 'devel-stable' into develRussell King2009-09-121-3/+29
|\| |
| * | spi: omap2_mcspi rxdma bugfixEero Nurkkala2009-07-301-1/+20
| * | spi: omap2_mcspi supports wake eventsJouni Hogander2009-07-301-2/+9
* | | [ARM] remove duplicated #includeHuang Weiyi2009-07-111-2/+0Star
|/ /
* | spi: bitbang bugfix in message setupDavid Brownell2009-07-011-10/+14
* | spi: add spi_master flag wordDavid Brownell2009-07-011-0/+2
* | spi: new spi->mode bitsDavid Brownell2009-07-011-6/+11
|/
* spi_mpc8xxx: s/83xx/8xxx/gAnton Vorontsov2009-06-203-202/+202
* spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov2009-06-202-1/+1
* spi_mpc83xx: remove dead codeAnton Vorontsov2009-06-201-17/+0Star
* spi_mpc83xx: split mpc83xx_spi_work() into two routinesAnton Vorontsov2009-06-201-55/+60
* spi_mpc83xx: fix checkpatch issuesAnton Vorontsov2009-06-201-6/+6
* spi_mpc83xx: add small delay after asserting chip-select lineAnton Vorontsov2009-06-201-1/+3
* spi_mpc83xx: quieten down the "Requested speed is too low" messageAnton Vorontsov2009-06-201-5/+6
* spi_mpc83xx: handle other Freescale processorsAnton Vorontsov2009-06-201-8/+6Star