Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
84c95c9acf088c99d8793d78036b67faa5d0b851
/
drivers
4e62b09
drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()
by Andrew Morton
· 15 years ago
5ada918
vt: introduce and use vt_kmsg_redirect() function
by Bernhard Walle
· 15 years ago
c95d1e5
cs5535: drop the Geode-specific MFGPT/GPIO code
by Andres Salomon
· 15 years ago
f3a57a6
cs5535: define lxfb/gxfb MSRs in linux/cs5535.h
by Andres Salomon
· 15 years ago
f060f27
cs5535: move VSA2 checks into linux/cs5535.h
by Andres Salomon
· 15 years ago
c30d7d2
cs5535: add a generic clock event MFGPT driver
by Andres Salomon
· 15 years ago
82dca61
cs5535: add a generic MFGPT driver
by Andres Salomon
· 15 years ago
1ea3fa7
cs5535-gpio: request function, mask & names added
by Tobias Mueller
· 15 years ago
5f0a96b
cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support
by Andres Salomon
· 15 years ago
1f2f38d
drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number allocation
by Thadeu Lima de Souza Cascardo
· 15 years ago
4ae717d
drivers/char/misc.c: clear allocation bit in minor bitmap when device register fails
by Thadeu Lima de Souza Cascardo
· 15 years ago
9385565
ioc3/ioc4: fix error path on driver registration
by Jean Delvare
· 15 years ago
2ea5d35
ioc3/ioc4: various section fixes
by Jean Delvare
· 15 years ago
2643434
misc: remove MAC pmu function declaration from misc device class
by Thadeu Lima de Souza Cascardo
· 15 years ago
4d00928
drivers/misc: add driver for Texas Instruments DAC7512
by Daniel Mack
· 15 years ago
4eb174b
ad525x_dpot: new driver for AD525x digital potentiometers
by Michael Hennerich
· 15 years ago
2886a8b
floppy: Add an extra bound check on ioctl arguments
by Arjan van de Ven
· 15 years ago
faa7b7d
drivers/cpuidle: Move dereference after NULL test
by Julia Lawall
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
9ae49fa
mm: slab-allocate memory section nodemask for large systems
by David Rientjes
· 15 years ago
1830794
mm: add numa node symlink for cpu devices in sysfs
by Alex Chiang
· 15 years ago
b9d52da
mm: refactor unregister_cpu_under_node()
by Alex Chiang
· 15 years ago
f8246f3
mm: refactor register_cpu_under_node()
by Alex Chiang
· 15 years ago
dee5d0d
mm: add numa node symlink for memory section in sysfs
by Alex Chiang
· 15 years ago
39da08c
hugetlb: offload per node attribute registrations
by Lee Schermerhorn
· 15 years ago
4faf8d9
hugetlb: handle memory hot-plug events
by Lee Schermerhorn
· 15 years ago
9a30523
hugetlb: add per node hstate attributes
by Lee Schermerhorn
· 15 years ago
ee32398
/dev/mem: remove redundant parameter from do_write_kmem()
by Wu Fengguang
· 15 years ago
80ad89a
/dev/mem: remove the "written" variable in write_kmem()
by Wu Fengguang
· 15 years ago
7fabadd
/dev/mem: make size_inside_page() logic straight
by Wu Fengguang
· 15 years ago
fa29e97
/dev/mem: cleanup unxlate_dev_mem_ptr() calls
by Wu Fengguang
· 15 years ago
f222318
/dev/mem: introduce size_inside_page()
by Wu Fengguang
· 15 years ago
4ea2f43
/dev/mem: remove redundant test on len
by Wu Fengguang
· 15 years ago
5443040
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 15 years ago
75b0803
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
fb1beb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
54067ee
i2c-core: i2c bus should support PM entries in struct dev_pm_ops
by sonic zhang
· 15 years ago
e5e9f44
i2c: Drop I2C_CLIENT_INSMOD_2 to 8
by Jean Delvare
· 15 years ago
1f86df4
i2c: Drop I2C_CLIENT_INSMOD_1
by Jean Delvare
· 15 years ago
c3813d6
i2c: Get rid of struct i2c_client_address_data
by Jean Delvare
· 15 years ago
310ec79
i2c: Drop the kind parameter from detect callbacks
by Jean Delvare
· 15 years ago
478e4e9
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 15 years ago
37222e1
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
76b8f82
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 15 years ago
af853e6
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
06e3c81
md: add 'recovery_start' per-device sysfs attribute
by Dan Williams
· 15 years ago
4e59ca7
md: rcu_read_lock() walk of mddev->disks in md_do_sync()
by Dan Williams
· 15 years ago
93be75f
md: integrate spares into array at earliest opportunity.
by NeilBrown
· 15 years ago
aa98aa3
md: move compat_ioctl handling into md.c
by Arnd Bergmann
· 15 years ago
93bd89a
md: revise Kconfig help for MD_MULTIPATH
by NeilBrown
· 15 years ago
0efb9e6
md: add MODULE_DESCRIPTION for all md related modules.
by NeilBrown
· 15 years ago
1e50915
raid: improve MD/raid10 handling of correctable read errors.
by Robert Becker
· 15 years ago
67b8dc4
md/raid10: print more useful messages on device failure.
by Robert Becker
· 15 years ago
ffa2332
md/bitmap: update dirty flag when bitmap bits are explicitly set.
by NeilBrown
· 15 years ago
ece5cff
md: Support write-intent bitmaps with externally managed metadata.
by NeilBrown
· 15 years ago
624ce4f
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb
by NeilBrown
· 15 years ago
43a7050
md: support updating bitmap parameters via sysfs.
by NeilBrown
· 15 years ago
72e0207
md: factor out parsing of fixed-point numbers
by NeilBrown
· 15 years ago
f6af949
md: support bitmap offset appropriate for external-metadata arrays.
by NeilBrown
· 15 years ago
9cd30fd
md: remove needless setting of thread->timeout in raid10_quiesce
by NeilBrown
· 15 years ago
1b04be9
md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.
by NeilBrown
· 15 years ago
42a04b5
md: move offset, daemon_sleep and chunksize out of bitmap structure
by NeilBrown
· 15 years ago
c3d9714
md: collect bitmap-specific fields into one structure.
by NeilBrown
· 15 years ago
709ae48
md/raid1: add takeover support for raid5->raid1
by NeilBrown
· 15 years ago
6eef4b2
md: add honouring of suspend_{lo,hi} to raid1.
by NeilBrown
· 15 years ago
729a186
md/raid5: don't complete make_request on barrier until writes are scheduled
by NeilBrown
· 15 years ago
a2826aa
md: support barrier requests on all personalities.
by NeilBrown
· 15 years ago
efa5933
md: don't reset curr_resync_completed after an interrupted resync
by NeilBrown
· 15 years ago
c07b70a
md: adjust resync_min usefully when resync aborts.
by NeilBrown
· 15 years ago
7820f9e
md: remove sparse warning:symbol XXX was not declared.
by NeilBrown
· 15 years ago
8553fe7ec
md/raid5: remove some sparse warnings.
by NeilBrown
· 15 years ago
aa5cbd1
md/bitmap: protect against bitmap removal while being updated.
by NeilBrown
· 15 years ago
9da6653
mfd: Add twl6030 regulator subdevices
by Rajendra Nayak
· 15 years ago
441a450
regulator: Add support for twl6030 regulators
by Rajendra Nayak
· 15 years ago
a6b49ff
rtc: Add twl6030 RTC support
by Balaji T K
· 15 years ago
e8deb28
mfd: Add support for twl6030 irq framework
by Balaji T K
· 15 years ago
c4aa6f3
mfd: Rename twl4030_ routines in twl-regulator.c
by Rajendra Nayak
· 15 years ago
ef3b7d0
mfd: Rename twl4030_ routines in rtc-twl.c
by Balaji T K
· 15 years ago
fc7b92f
mfd: Rename all twl4030_i2c*
by Balaji T K
· 15 years ago
fc77366
Merge branch 'master' into devel
by Russell King
· 15 years ago
b07682b
mfd: Rename twl4030* driver files to enable re-use
by Santosh Shilimkar
· 15 years ago
147e084
mfd: Clarify twl4030 return value for read and write
by Amit Kucheria
· 15 years ago
ab4abe05
mfd: Add all twl4030 regulators to the twl4030 mfd driver
by Juha Keski-Saari
· 15 years ago
be26d66
mfd: Don't set mc13783 ADREFMODE for touch conversions
by Uwe Kleine-König
· 15 years ago
9e27267
mfd: Near complete mc13783 rewrite
by Uwe Kleine-König
· 15 years ago
d7f81c4
mfd: Remove build time warning for WM835x register default tables
by Mark Brown
· 15 years ago
0125350
mfd: Force I2C to be built in when building WM831x
by Mark Brown
· 15 years ago
6e40173
mfd: Don't allow wm831x to be built as a module
by Mark Brown
· 15 years ago
cb9b224
mfd: Fix incorrect error check for wm8350-core
by Dan Carpenter
· 15 years ago
89f5f9f
mfd: Fix twl4030 warning
by Alan Cox
· 15 years ago
dc0fb25
gpiolib: Implement gpio_to_irq() for wm831x
by Mark Brown
· 15 years ago
ecba96e
mfd: Remove default selection of AB4500
by Linus Walleij
· 15 years ago
5fb4d38
mfd: Move WM831x to generic IRQ
by Mark Brown
· 15 years ago
1920a61
mfd: Initial support for twl5031
by Ilkka Koskinen
· 15 years ago
6a61274
mfd: Mask and unmask wm8350 IRQs on request and free
by Mark Brown
· 15 years ago
5a65edb
mfd: Convert wm8350 IRQ handlers to irq_handler_t
by Mark Brown
· 15 years ago
b9f96b5
mfd: ezx-pcap: Don't pass pcap pointer as subdev drvdata.
by Antonio Ospite
· 15 years ago
b45440c
mfd: Allow configuration of VDCDC2 for tps65010
by Ben Dooks
· 15 years ago
8483699
mfd: Allow the board to choose any GPIO base for tps65010
by Ben Dooks
· 15 years ago
Next »