| Commit message (Expand) | Author | Age |
* | spi-imx: strip down chipselect function to only drive the chipselect | Uwe Kleine-König | 2009-10-01 |
* | spi-imx: initialize complete config struct | Uwe Kleine-König | 2009-10-01 |
* | spi-imx: no need to assert bits_per_word being initialized | Uwe Kleine-König | 2009-10-01 |
* | spi-imx: setup mode_bits we can handle | Sascha Hauer | 2009-10-01 |
* | spi-imx: fix initial chipselect settings | Sascha Hauer | 2009-10-01 |
* | spi-imx: update state correctly | Sascha Hauer | 2009-10-01 |
* | spi-imx: rename source file to spi_imx.c | Uwe Kleine-König | 2009-10-01 |
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 |
* | Merge branch 'origin' into for-linus | Russell King | 2009-09-24 |
|\ |
|
| * | spi: handle TX-only/RX-only | David Brownell | 2009-09-23 |
| * | spi: McSPI support for OMAP4 | Syed Rafiuddin | 2009-09-23 |
| * | spi: McSPI saves CHCONFx too | Tero Kristo | 2009-09-23 |
| * | spi: McSPI off-mode support | Hemanth V | 2009-09-23 |
| * | spi: Freescale STMP driver | dmitry pervushin | 2009-09-23 |
| * | spi_s3c24xx: cache device setup data | Ben Dooks | 2009-09-23 |
| * | spi_s3c24xx: use dev_pm_ops | Ben Dooks | 2009-09-23 |
| * | spi_s3c24xx: use resource_size() to get resource size | Ben Dooks | 2009-09-23 |
| * | spi_s3c24xx: fix header includes | Ben Dooks | 2009-09-23 |
| * | pxa2xx_spi: register earlier | Antonio Ospite | 2009-09-23 |
| * | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 |
| * | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 |
| * | spi: add SPI driver for most known i.MX SoCs | Sascha Hauer | 2009-09-23 |
| * | spi: add default selection of PL022 for ARM reference platforms | linus.walleij@stericsson.com | 2009-09-23 |
| * | spi: add spi_ppc4xx driver | Steven A. Falco | 2009-09-23 |
| * | spi: omap2_mcspi use BIT(n) | Jouni Hogander | 2009-09-23 |
| * | spi: remove i.MX SPI driver | Sascha Hauer | 2009-09-23 |
| * | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 |
* | | Merge branch 'u300' into devel | Russell King | 2009-09-21 |
|\ \ |
|
| * | | ARM: 5678/1: SSP/SPI PL022 polarity terminology fix | Linus Walleij | 2009-09-18 |
* | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2009-09-21 |
|\ \ \
| |_|/
|/| | |
|
| * | | [ARM] pxa: update pxa2xx-spi.c to use 'struct dev_pm_ops' | Mike Rapoport | 2009-09-10 |
* | | | Merge branch 'master' into devel | Russell King | 2009-09-12 |
|\| | |
|
| * | | spi_s3c24xx: fix transfer setup code | Ben Dooks | 2009-08-18 |
| * | | spi_s3c24xx: fix clock rate calculation | Ben Dooks | 2009-08-18 |
* | | | Merge branch 'devel-stable' into devel | Russell King | 2009-09-12 |
|\| | |
|
| * | | spi: omap2_mcspi rxdma bugfix | Eero Nurkkala | 2009-07-29 |
| * | | spi: omap2_mcspi supports wake events | Jouni Hogander | 2009-07-29 |
* | | | [ARM] remove duplicated #include | Huang Weiyi | 2009-07-11 |
|/ / |
|
* | | spi: bitbang bugfix in message setup | David Brownell | 2009-06-30 |
* | | spi: add spi_master flag word | David Brownell | 2009-06-30 |
* | | spi: new spi->mode bits | David Brownell | 2009-06-30 |
|/ |
|
* | spi_mpc8xxx: s/83xx/8xxx/g | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: remove dead code | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: split mpc83xx_spi_work() into two routines | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: fix checkpatch issues | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: add small delay after asserting chip-select line | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: quieten down the "Requested speed is too low" message | Anton Vorontsov | 2009-06-19 |
* | spi_mpc83xx: handle other Freescale processors | Anton Vorontsov | 2009-06-19 |
* | spi: fix spi_write_then_read() comment | Jiri Pirko | 2009-06-18 |