summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi: davinci: eliminate unnecessary update of davinci_spi->countBrian Niebuhr2010-11-181-6/+0
| | * | spi: davinci: eliminate the single member structure davinci_spi_slaveBrian Niebuhr2010-11-181-9/+5
| | * | spi: davinci: remove unused members of davinci_spi_slaveBrian Niebuhr2010-11-181-5/+0
| | * | spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-181-9/+27
| | * | spi: davinci: setup chip-select timers values only if timer enabledBrian Niebuhr2010-11-181-17/+4
| | * | spi: davinci: consolidate setup of SPIFMTn in one functionBrian Niebuhr2010-11-181-105/+49
| | * | spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-181-30/+37
| | * | spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-181-1/+1
| | * | spi: davinci: simplify prescalar calculationBrian Niebuhr2010-11-181-22/+31
| | * | spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-181-7/+32
| | * | spi: davinci: remove unnecessary data transmit on CS disableBrian Niebuhr2010-11-181-12/+8
| | * | spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-181-35/+18
| | * | spi: davinci: set chip-select mode in SPIDEF only onceBrian Niebuhr2010-11-181-2/+2
| | * | spi: davinci: remove unnecessary typecastSekhar Nori2010-11-181-2/+1
| | * | spi: davinci: removed unused #definesSekhar Nori2010-11-181-31/+2
| | * | spi: davinci: remove unused variable 'pdata'Brian Niebuhr2010-11-181-8/+0
| | * | spi: davinci: whitespace cleanupBrian Niebuhr2010-11-181-12/+10
| | * | spi: davinci: fix checkpatch errorsBrian Niebuhr2010-11-181-1/+1
| * | | spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang2010-12-241-20/+15
| * | | spi/dw_spi: add DMA supportFeng Tang2010-12-245-19/+264
| * | | spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang2010-12-241-4/+4
| * | | spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang2010-12-241-3/+6
| * | | spi/pl022: convert running variableLinus Walleij2010-12-241-14/+10
| * | | spi/pl022: convert busy flag to a boolLinus Walleij2010-12-241-4/+4
| * | | spi/pl022: pass the returned sglen to the DMA engineLinus Walleij2010-12-241-7/+7
| * | | spi/pl022: map the buffers on the DMA engineLinus Walleij2010-12-241-6/+6
| * | | spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA2010-12-241-4/+4
| * | | spi/imx: remove autodetectionUwe Kleine-König2010-12-241-28/+2
| * | | Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely2010-12-22861-7791/+17562
| |\ \ \
| * | | | drivers/spi: Remove unnecessary semicolonsJoe Perches2010-11-152-2/+2
| * | | | spi/xilinx: merge OF support code into main driverGrant Likely2010-11-105-175/+45
| * | | | spi/xilinx: fold platform_driver support into main bodyGrant Likely2010-11-104-118/+73
| * | | | spi/xilinx: Eliminate pdata references from common code.Grant Likely2010-11-104-25/+12
* | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-089-24/+20
|\ \ \ \ \
| * | | | | gameport: use this_cpu_read instead of lookupChristoph Lameter2011-01-041-1/+1
| * | | | | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-2/+2
| * | | | | connector: Use this_cpu operationsChristoph Lameter2010-12-171-2/+3
| * | | | | xen: Use this_cpu_inc_returnChristoph Lameter2010-12-171-1/+1
| * | | | | random: Use this_cpu_inc_returnChristoph Lameter2010-12-171-1/+1
| * | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-17166-837/+1562
| |\ \ \ \ \
| * | | | | | xen: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
| * | | | | | fakekey: Simplify speakup_fake_key_pressed through this_cpu_opsChristoph Lameter2010-12-171-6/+1
| * | | | | | drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-174-7/+7
* | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-0862-135/+196
|\ \ \ \ \ \ \
| * | | | | | | usb: don't use flush_scheduled_work()Tejun Heo2010-12-245-9/+7
| * | | | | | | speedtch: don't abuse struct delayed_workTejun Heo2010-12-241-12/+14
| * | | | | | | media/video: don't use flush_scheduled_work()Tejun Heo2010-12-244-10/+5
| * | | | | | | media/video: explicitly flush request_module workTejun Heo2010-12-246-2/+50
| * | | | | | | ioc4: use static work_struct for ioc4_load_modules()Tejun Heo2010-12-241-20/+9
| * | | | | | | s390: don't use flush_scheduled_work()Tejun Heo2010-12-242-6/+14