index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-29
i2c-au1550: increase timeout waiting for master done
Manuel Lauss
1
-1
/
+1
2011-10-29
i2c-au1550: remove unused ack_timeout
Manuel Lauss
1
-2
/
+0
2011-10-29
i2c-au1550: remove usage of volatile keyword
Manuel Lauss
2
-166
/
+99
2011-10-29
i2c-eg20t: Add initialize processing in case i2c-error occurs
Tomoya MORINAGA
1
-0
/
+3
2011-10-29
i2c-eg20t: Fix flag setting issue
Tomoya MORINAGA
1
-0
/
+2
2011-10-29
i2c-eg20t: add stop sequence in case wait-event timeout occurs
Tomoya MORINAGA
1
-0
/
+3
2011-10-29
i2c-eg20t: Separate error processing
Tomoya MORINAGA
1
-58
/
+115
2011-10-29
i2c-eg20t: Fix 10bit access issue
Tomoya MORINAGA
1
-2
/
+63
2011-10-29
i2c-eg20t: Modify returned value s32 to long
Tomoya MORINAGA
1
-5
/
+1
2011-10-29
i2c-eg20t: Fix bus-idle waiting issue
Tomoya MORINAGA
1
-9
/
+9
2011-10-29
i2c-designware: Fix PCI core warning on suspend/resume
Octavian Purdila
1
-21
/
+8
2011-10-29
i2c-designware: Add runtime power management support
Dirk Brandewie
3
-2
/
+98
2011-10-29
i2c-designware: Add support for Designware core behind PCI devices.
Dirk Brandewie
4
-0
/
+329
2011-10-29
i2c-designware: Push all register reads/writes into the core code.
Dirk Brandewie
3
-102
/
+143
2011-10-29
i2c-designware: Support multiple cores using same ISR
Dirk Brandewie
1
-2
/
+8
2011-10-29
i2c-designware: move controller config to bus specific portion of driver
Dirk Brandewie
3
-4
/
+5
2011-10-29
i2c-designware: move i2c functionality bit field to be adapter specific
Dirk Brandewie
3
-6
/
+11
2011-10-29
i2c-designware: Move retriveving the clock speed out of core code.
Dirk Brandewie
3
-1
/
+10
2011-10-29
i2c-designware: split of i2c-designware.c into core and bus specific parts
Dirk Brandewie
5
-343
/
+412
2011-10-29
i2c-designware: Move checking of IP core version to i2c_dw_init()
Dirk Brandewie
1
-11
/
+19
2011-10-29
i2c-designware: Allow mixed endianness accesses
Jean-Hugues Deschenes
1
-2
/
+15
2011-10-29
i2c-designware: Check component type register
Jean-Hugues Deschenes
1
-4
/
+13
2011-10-29
i2c-designware: Use local version of readl & writel
Jean-Hugues Deschenes
1
-39
/
+49
2011-10-29
i2c: irq: Remove IRQF_DISABLED
Yong Zhang
10
-11
/
+11
2011-10-29
I2C: OMAP: remove unused function pointers from pdata
Kevin Hilman
1
-3
/
+0
2011-10-29
I2C: OMAP: remove dev->idle, use usage counting provided by runtime PM
Kevin Hilman
1
-20
/
+39
2011-10-29
I2C: OMAP: remove unneccesary use of pdev
Kevin Hilman
1
-15
/
+7
2011-10-29
OMAP4: I2C: Enable the wakeup in I2C_WE
Shubhrajyoti D
1
-3
/
+2
2011-10-29
I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_info
Andy Green
1
-2
/
+2
2011-10-29
I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...
Andy Green
1
-17
/
+23
2011-10-29
I2C: OMAP1: set i2c unit feature implementation flags in platform data
Andy Green
1
-0
/
+13
2011-10-29
I2C: OMAP2+: Pass flags up to omap i2c platform_data as well
Andy Green
1
-1
/
+6
2011-10-29
I2C: OMAP1/OMAP2+: add flags field to omap i2c platform data
Andy Green
1
-0
/
+1
2011-10-29
I2C: OMAP2+: address confused probed version naming
Andy Green
1
-9
/
+12
2011-10-29
I2C: OMAP2+: Solve array bounds overflow error on i2c idle
Andy Green
1
-1
/
+1
2011-10-29
I2C: OMAP2+: use platform_data ip revision to select register map
Andy Green
1
-5
/
+5
2011-10-29
I2C: OMAP2+: Pass hwmod rev knowledge via platform_data when i2c bus added
Andy Green
1
-0
/
+6
2011-10-29
I2C: OMAP1: set IP revision in platform data
Andy Green
1
-0
/
+3
2011-10-29
I2C: OMAP: add rev to omap i2c platform data
Andy Green
1
-0
/
+1
2011-10-29
I2C: OMAP2+: Name registers in I2C IP V2 only accordingly
Andy Green
1
-11
/
+12
2011-10-28
leases: fix write-open/read-lease race
J. Bruce Fields
2
-4
/
+5
2011-10-28
nfs: drop unnecessary locking in llseek
Andi Kleen
1
-9
/
+2
2011-10-28
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
Andi Kleen
1
-46
/
+1
2011-10-28
vfs: add generic_file_llseek_size
Andi Kleen
2
-9
/
+30
2011-10-28
vfs: do (nearly) lockless generic_file_llseek
Andi Kleen
6
-53
/
+54
2011-10-28
direct-io: merge direct_io_walker into __blockdev_direct_IO
Andi Kleen
1
-139
/
+132
2011-10-28
direct-io: inline the complete submission path
Andi Kleen
1
-15
/
+21
2011-10-28
direct-io: separate map_bh from dio
Andi Kleen
1
-29
/
+37
2011-10-28
direct-io: use a slab cache for struct dio
Andi Kleen
1
-5
/
+14
2011-10-28
direct-io: rearrange fields in dio/dio_submit to avoid holes
Andi Kleen
1
-7
/
+6
[next]