aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-2411-81/+78
* UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
* UBI: rework scrubbing messagesArtem Bityutskiy2008-07-242-2/+12
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-245-12/+318
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-2411-177/+206
* UBI: amend commentariesArtem Bityutskiy2008-07-249-126/+127
* UBI: fix error messageArtem Bityutskiy2008-07-241-1/+1
* UBI: improve mkvol request validationArtem Bityutskiy2008-07-242-4/+7
* UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-241-0/+24
* UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
* UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
* UBI: fix memory leak on error pathArtem Bityutskiy2008-07-241-4/+30
* UBI: do not forget to free internal volumesArtem Bityutskiy2008-07-241-3/+25
* UBI: fix memory leakArtem Bityutskiy2008-07-244-29/+9
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-248-16/+18
* UBI: fix buffer paddingKyungmin Park2008-07-241-3/+3
* UBI: add a commentArtem Bityutskiy2008-07-241-1/+10
* UBI: print error codeArtem Bityutskiy2008-07-241-18/+21
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-239-58/+72
|\
| * Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-21808-64039/+123129
| |\
| * | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-201-36/+43
| * | cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.cMike Travis2008-07-181-1/+2
| * | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-182-4/+10
| * | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-18438-31397/+34408
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-16840-66244/+22580
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06595-5955/+19489
| |\ \ \ \
| * | | | | infiniband: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
| * | | | | cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-233-10/+10
| * | | | | acpi: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-3/+3
| * | | | | cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis2008-05-231-2/+2
* | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-2317-188/+1282
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pxa' into develRussell King2008-07-1333-446/+1735
| |\ \ \ \ \ \
| | * | | | | | [ARM] pxa: make littleton to use the new smc91x platform dataEric Miao2008-07-121-1/+2
| | * | | | | | [ARM] pxa: make zylonite to use the new smc91x platform dataEric Miao2008-07-121-17/+2
| | * | | | | | [ARM] pxa: make mainstone to use the new smc91x platform dataEric Miao2008-07-121-6/+27
| | * | | | | | [ARM] pxa: make lubbock to use new smc91x platform dataEric Miao2008-07-121-2/+1
| | * | | | | | [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform dataEric Miao2008-07-122-8/+11
| | * | | | | | [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variableEric Miao2008-07-122-26/+34
| | * | | | | | [NET] smc91x: add SMC91X_NOWAIT flag to platform dataEric Miao2008-07-121-1/+2
| | * | | | | | [NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_*Eric Miao2008-07-122-19/+6
| | * | | | | | [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata"Eric Miao2008-07-121-4/+5
| | * | | | | | Merge branch 'eseries' into pxaRussell King2008-07-121-2/+4
| | |\ \ \ \ \ \
| | | * | | | | | PXA UDC - allow use of inverted GPIO for pullupIan Molton2008-07-101-2/+4
| | * | | | | | | Merge branch 'pxa-tosa' into pxaRussell King2008-07-125-2/+729
| | |\ \ \ \ \ \ \
| | | * | | | | | | [ARM] 5128/1: tc6393xb: tmio-nand supportDmitry Baryshkov2008-07-072-0/+64
| | | * | | | | | | [ARM] 5127/1: Core MFD supportDmitry Baryshkov2008-07-073-0/+120
| | | * | | | | | | [ARM] 5096/2: Support Toshiba TC6393XB Mobile I/O Controller.Dmitry Baryshkov2008-07-073-0/+545
| | | * | | | | | | [ARM] 5064/1: pxa: explicitly specify tosa keyboard GPIOs' low power states t...eric miao2008-07-071-2/+0
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'pxa-ian' and 'pxa-xm270' into pxaRussell King2008-07-122-98/+74
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | | * | | | | | | [ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_libMike Rapoport2008-07-091-32/+47