summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] spi: check platform_device_register_simple() errorAkinobu Mita2006-12-071-0/+2
* [PATCH] spi: set kset of master class dev explicitlyHans-Christian Egtvedt2006-12-071-0/+1
* [PATCH] spi: correct bus_num and buffer bug in spi coreHans-Christian Egtvedt2006-12-071-9/+7
* [PATCH] SPI: improve sysfs compiler complaint handlingJeff Garzik2006-12-071-1/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-072-3/+3
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-4/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\
| * [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\|
| * Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
|/
* [PATCH] spi section fixAndrew Morton2006-11-031-1/+0
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-053-5/+4
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-042-2/+0
* [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* [PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell2006-06-281-0/+1
* [PATCH] s3c24xx: fix spi driver with CONFIG_PMBen Dooks2006-05-261-2/+2
* [PATCH] pxa2xx-spi updateStephen Street2006-05-211-37/+56
* [PATCH] S3C24XX: hardware SPI driverBen Dooks2006-05-213-0/+460
* [PATCH] S3C24XX: GPIO based SPI driverBen Dooks2006-05-214-0/+198
* [PATCH] spi: add spi master driver for Freescale MPC83xx SPI controllerKumar Gala2006-05-213-0/+496
* [PATCH] minor SPI doc fixdmitry pervushin2006-05-211-3/+3
* [PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell2006-05-161-10/+14
* [PATCH] spi: Update to PXA2xx SPI DriverStephen Street2006-05-161-7/+75
* [PATCH] SPI: busnum == 0 needs to workDavid Brownell2006-05-161-2/+2
* [PATCH] SPI: devices can require LSB-first encodingsDavid Brownell2006-05-161-1/+10
* [PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala2006-05-161-4/+6
* [PATCH] SPI: spi bounce buffer has a minimum lengthDavid Brownell2006-05-161-1/+2
* [PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street2006-05-163-0/+1408
* [PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2006-05-161-14/+63
* [PATCH] spi: Fix modular master driver remove and device suspend/removeStephen Street2006-02-201-3/+2
* [PATCH] SPI: spi_butterfly, restore lost deltasDavid Brownell2006-02-062-29/+17
* [PATCH] SPI: add spi_butterfly driverDavid Brownell2006-01-132-0/+433
* [PATCH] spi: remove fastcall crapAndrew Morton2006-01-131-1/+6
* [PATCH] spi: misc fixesDavid Brownell2006-01-132-0/+11
* [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-132-44/+60
* [PATCH] spi: add spi_bitbang driverDavid Brownell2006-01-133-0/+474
* [PATCH] SPI core tweaks, bugfixDavid Brownell2006-01-131-17/+28
* [PATCH] spi: add spi_driver to SPI frameworkDavid Brownell2006-01-131-32/+86
* [PATCH] spi: simple SPI frameworkDavid Brownell2006-01-133-0/+667