fbdev: detect primary display device
[safe/jmp/linux-2.6] / drivers / spi /
2007-07-17 Matthias Kaehlckeuse mutex instead of semaphore in SPI core/init code
2007-07-17 Atsushi Nemotospi_txx9 controller driver
2007-07-17 Samuel OrtizSPI: omap2_mcspi driver
2007-07-17 Joakim Tjernlundspi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x
2007-07-17 Andrei KonovalovSPI master driver for Xilinx virtex
2007-07-17 Ben DooksSPI: tle620x power switch driver
2007-07-17 David BrownellS3c24xx SPI controllers both select 'bitbang'
2007-07-17 David Brownellatmel_spi: don't always deselect chip between messages
2007-07-17 David Brownellatmel_spi: minor updates
2007-07-17 Clifford Wolfspi_mpc83xx.c underclocking hotfix
2007-07-17 Kaiwan N Billimoriaspi_lm70llp parport adapter driver
2007-07-17 David Brownellspidev compiler warning gone
2007-07-17 David BrownellSPI controller drivers: check for unsupported modes
2007-07-11 Zhang Ruisysfs: add parameter "struct bin_attribute *" in .read...
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-06-11 Bryan WuBlackfin SPI driver: fix bug SPI DMA incomplete transmi...
2007-06-11 Mike FrysingerBlackfin SPI driver: tweak spi cleanup function to...
2007-06-04 David BrownellSPI dynamic busid generation bugfix
2007-06-01 Andrea PaternianiSPI: Freescale iMX SPI controller driver fixes
2007-06-01 Haavard Skinnemoenatmel_spi dma address bugfix
2007-05-24 Imre Deakomap_uwire: SPI_CPHA mode bugfix
2007-05-24 Florin Malitaspi: potential memleak in spidev_ioctl
2007-05-24 Domen Puncerspi/spidev: check message size before copying
2007-05-24 Domen Puncermpc52xx_psc_spi: fix it for CONFIG_PPC_MERGE
2007-05-21 Bryan WuBlackfin SPI: cleanup according to David Brownell's...
2007-05-17 Domen Puncerspi: fix spidev for >sizeof(long)/32 devices
2007-05-11 Dragos CarpMPC52xx PSC SPI master driver
2007-05-10 Martin Schwidefsky[S390] Kconfig: menus with depends on HAS_IOMEM.
2007-05-09 Haavard Skinnemoenatmel_spi: remove unnecessary (and wrong) #ifdefs
2007-05-08 Jan Nikitenkoau1550 SPI controller driver
2007-05-08 David BrownellSPI kerneldoc
2007-05-08 Andrea Paterniani/dev/spidevB.C interface
2007-05-08 David Brownellminor spi_butterfly cleanup
2007-05-08 David Brownelllayered parport code uses parport->dev
2007-05-07 Arnaud Patardspi_s3c24xx.c: Fix build
2007-05-07 Wu, BryanBlackfin: blackfin on-chip SPI controller driver
2007-04-17 Ben Dooksspi: fix use of set_cs in spi_s3c24xx driver
2007-03-27 Adrian Bunk[PATCH] drivers/spi/: fix section mismatches
2007-03-17 Arnaud Patard (Rtp[PATCH] spi_s3c24xx.c: warning fix
2007-03-17 Atsushi Nemoto[PATCH] SPI: at25: do not use pointer before assignment
2007-03-17 David Brownell[PATCH] gpio_direction_output() needs an initial value
2007-03-17 Chris Lesiak[PATCH] spi: destroy workqueue after spi_unregister_master
2007-02-21 Harald Welte[PATCH] spi_s3c2410_gpio.c spi mode 2 and 3 support
2007-02-21 David Brownell[PATCH] SPI controller build/warning fixes
2007-02-14 Haavard Skinnemoen[PATCH] SPI: atmel_spi driver
2007-02-12 David Brownell[PATCH] SPI eeprom driver
2007-02-12 Hans-Peter Nilsson[PATCH] SPI cleanup() method param becomes non-const
2007-02-12 Hans-Peter Nilsson[PATCH] spi_bitbang(): use overridable setup_transfer...
2007-02-12 Andrea Paterniani[PATCH] SPI: Freescale iMX SPI controller driver (BIS+)
2007-02-12 David Brownell[PATCH] SPI controller driver for OMAP Microwire
2007-02-12 David Brownell[PATCH] SPI Kconfig fix
2007-02-08 Greg Kroah-HartmanRevert "Driver core: convert SPI code to use struct...
2007-02-07 Greg Kroah-HartmanDriver core: convert SPI code to use struct device
2007-01-26 Atsushi Nemoto[PATCH] SPI: alternative fix for spi_busnum_to_master
2007-01-26 Justin Clacherty[PATCH] spi: fix error setting the spi mode in pxa2xx_spi.c
2007-01-26 Ben Dooks[PATCH] S3C24XX: fix passing spi chipselect to select...
2006-12-30 Arnaud Patard (Rtp[PATCH] spi_s3c24xx_gpio: use right header
2006-12-30 David Brownell[PATCH] SPI: define null tx_buf to mean "shift out...
2006-12-22 Ben Dooks[PATCH] fix s3c24xx gpio driver (include linux/workqueue.h)
2006-12-10 Stephen Street[PATCH] spi: stabilize PIO mode transfers on PXA2xx...
2006-12-07 Akinobu Mita[PATCH] spi: check platform_device_register_simple...
2006-12-07 Hans-Christian Egtvedt[PATCH] spi: set kset of master class dev explicitly
2006-12-07 Hans-Christian Egtvedt[PATCH] spi: correct bus_num and buffer bug in spi...
2006-12-07 Jeff Garzik[PATCH] SPI: improve sysfs compiler complaint handling
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-05 David HowellsWorkQueue: Fix up arch-specific work items where possible
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-11-30 Matt LaPlanteFix misc Kconfig typos
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-03 Andrew Morton[PATCH] spi section fix
2006-10-06 Jeff GarzikVarious drivers' irq handlers: kill dead code, needless...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate on-stack completions
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 David Brownell[PATCH] SPI: infrastructure to initialize spi_device...
2006-05-26 Ben Dooks[PATCH] s3c24xx: fix spi driver with CONFIG_PM
2006-05-21 Stephen Street[PATCH] pxa2xx-spi update
2006-05-21 Ben Dooks[PATCH] S3C24XX: hardware SPI driver
2006-05-21 Ben Dooks[PATCH] S3C24XX: GPIO based SPI driver
2006-05-21 Kumar Gala[PATCH] spi: add spi master driver for Freescale MPC83x...
2006-05-21 dmitry pervushin[PATCH] minor SPI doc fix
2006-05-16 David Brownell[PATCH] SPI: spi_bitbang: clocking fixes
2006-05-16 Stephen Street[PATCH] spi: Update to PXA2xx SPI Driver
2006-05-16 David Brownell[PATCH] SPI: busnum == 0 needs to work
2006-05-16 David Brownell[PATCH] SPI: devices can require LSB-first encodings
2006-05-16 Kumar Gala[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitb...
2006-05-16 David Brownell[PATCH] SPI: spi bounce buffer has a minimum length
2006-05-16 Stephen Street[PATCH] SPI: add PXA2xx SSP SPI Driver
2006-05-16 Imre Deak[PATCH] SPI: per-transfer overrides for wordsize and...
2006-02-21 Stephen Street[PATCH] spi: Fix modular master driver remove and devic...
2006-02-06 David Brownell[PATCH] SPI: spi_butterfly, restore lost deltas
2006-01-14 David Brownell[PATCH] SPI: add spi_butterfly driver
2006-01-14 Andrew Morton[PATCH] spi: remove fastcall crap
2006-01-14 David Brownell[PATCH] spi: misc fixes
2006-01-14 Vitaly Wool[PATCH] spi: use linked lists rather than an array
2006-01-14 David Brownell[PATCH] spi: add spi_bitbang driver
2006-01-14 David Brownell[PATCH] SPI core tweaks, bugfix
next