summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2007-01-26[PATCH] SPI: alternative fix for spi_busnum_to_masterAtsushi Nemoto1-9/+14
2007-01-26[PATCH] spi: fix error setting the spi mode in pxa2xx_spi.cJustin Clacherty1-2/+3
2007-01-26[PATCH] S3C24XX: fix passing spi chipselect to select routineBen Dooks1-14/+14
2006-12-30[PATCH] spi_s3c24xx_gpio: use right headerArnaud Patard (Rtp1-1/+1
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell2-1/+3
2006-12-22[PATCH] fix s3c24xx gpio driver (include linux/workqueue.h)Ben Dooks1-0/+1
2006-12-10[PATCH] spi: stabilize PIO mode transfers on PXA2xx systemsStephen Street1-293/+440
2006-12-07[PATCH] spi: check platform_device_register_simple() errorAkinobu Mita1-0/+2
2006-12-07[PATCH] spi: set kset of master class dev explicitlyHans-Christian Egtvedt1-0/+1
2006-12-07[PATCH] spi: correct bus_num and buffer bug in spi coreHans-Christian Egtvedt1-9/+7
2006-12-07[PATCH] SPI: improve sysfs compiler complaint handlingJeff Garzik1-1/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-3/+3
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-4/+5
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-11-30Fix misc Kconfig typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-03[PATCH] spi section fixAndrew Morton1-1/+0
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-5/+4
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones2-2/+0
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-28[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell1-0/+1
2006-05-26[PATCH] s3c24xx: fix spi driver with CONFIG_PMBen Dooks1-2/+2
2006-05-21[PATCH] pxa2xx-spi updateStephen Street1-37/+56
2006-05-21[PATCH] S3C24XX: hardware SPI driverBen Dooks3-0/+460
2006-05-21[PATCH] S3C24XX: GPIO based SPI driverBen Dooks4-0/+198
2006-05-21[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controllerKumar Gala3-0/+496
2006-05-21[PATCH] minor SPI doc fixdmitry pervushin1-3/+3
2006-05-16[PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell1-10/+14
2006-05-16[PATCH] spi: Update to PXA2xx SPI DriverStephen Street1-7/+75
2006-05-16[PATCH] SPI: busnum == 0 needs to workDavid Brownell1-2/+2
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell1-1/+10
2006-05-16[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala1-4/+6
2006-05-16[PATCH] SPI: spi bounce buffer has a minimum lengthDavid Brownell1-1/+2
2006-05-16[PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street3-0/+1408
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak1-14/+63
2006-02-20[PATCH] spi: Fix modular master driver remove and device suspend/removeStephen Street1-3/+2
2006-02-06[PATCH] SPI: spi_butterfly, restore lost deltasDavid Brownell2-29/+17
2006-01-13[PATCH] SPI: add spi_butterfly driverDavid Brownell2-0/+433
2006-01-13[PATCH] spi: remove fastcall crapAndrew Morton1-1/+6
2006-01-13[PATCH] spi: misc fixesDavid Brownell2-0/+11
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool2-44/+60
2006-01-13[PATCH] spi: add spi_bitbang driverDavid Brownell3-0/+474
2006-01-13[PATCH] SPI core tweaks, bugfixDavid Brownell1-17/+28
2006-01-13[PATCH] spi: add spi_driver to SPI frameworkDavid Brownell1-32/+86
2006-01-13[PATCH] spi: simple SPI frameworkDavid Brownell3-0/+667