Task Control Groups: add cgroup_clone() interface
[safe/jmp/linux-2.6] / drivers / spi /
2007-10-18 Joe PerchesAdd missing newlines to some uses of dev_<level> messages
2007-10-16 Tony Jonesspi doesn't need class_device
2007-10-16 Anton Vorontsovspi_mpc83xx handles other processors with QUICC engine
2007-10-16 David BrownellSPI driver runtime footprint shrinkage
2007-10-16 Kyungmin ParkOMAP2 McSPI code cleanup
2007-10-16 Jesper JuhlClean up duplicate includes in drivers/spi/
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-09-12 Jan Anderssonspi_mpc83xx: hang fix
2007-08-31 Andrew VictorFix typo in atmel_spi.c
2007-08-31 Atsushi Nemotospi: correct name for spi_txx9
2007-08-31 David BrownellSPI driver hotplug/coldplug fixes
2007-08-11 David Brownellspidev warning fix
2007-08-11 Anton Vorontsovspi_mpc83xx: fix prescale modulus calculation
2007-08-11 Anton Vorontsovspi_mpc83xx: in "QE mode", use sysclk/2
2007-07-31 David Brownellspi device setup gets better error checking
2007-07-31 Anton Vorontsovspi_mpc83xx: support loopback mode
2007-07-31 Anton Vorontsovspidev supports more communications modes
2007-07-31 Anton Vorontsovspi_mpc83xx: fix QE+LSB mode shifts
2007-07-31 Anton Vorontsovspi_mpc83xx: support for lsb-first transfers
2007-07-31 Anton Vorontsovspi_mpc83xx: get rid of magic numbers
2007-07-31 Anton Vorontsovspi_mpc83xx: turn off SPI unit while switching mode
2007-07-26 Ben Dooksfixup s3c24xx build after arch moves
2007-07-22 Adrian Bunkspi.c:scan_boardinfo() mustn't be __init_or_module
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>
next