summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten2012-02-032-3/+3
* macintosh: fix string typo in mediabay.cMasanari Iida2012-02-031-1/+1
* drivers/media/dvb/frontends/drxk_hard.c does not need to include linux/version.hJesper Juhl2012-02-031-1/+0
* mpt2sas: Fix typo in mpt2sas_config.cMasanari Iida2012-02-031-1/+1
* tty: fix comment typo in synclink_gt.cMasanari Iida2012-02-031-1/+1
* ab5500-core.c: Don't needlessly include linux/version.hJesper Juhl2012-02-031-1/+0
* dm-bufio.c: there's no need to include linux/version.hJesper Juhl2012-02-031-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-08112-171/+168
|\
| * Kconfig: acpi: Fix typo in comment.Justin P. Mattock2012-01-041-1/+1
| * misc latin1 to utf8 conversionsAl Viro2012-01-0263-101/+101
| * devres: Fix a typo in devm_kfree commentAxel Lin2011-12-211-1/+1
| * SCSI, pmcraid: Fix spelling error in a pmcraid_err() callJesper Juhl2011-12-151-1/+1
| * sis900: Fix enum typo 'sis900_rx_bufer_status'Paul Bolle2011-12-061-1/+1
| * treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-067-7/+7
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-0228-31/+31
| * gpio: Kconfig: drop unknown symbol 'CS5535_GPIO'Paul Bolle2011-11-281-1/+1
| * leds: Kconfig: Fix typo 'D2NET_V2'Paul Bolle2011-11-241-1/+2
| * SCSI, qla2xxx: remove redundant semicolonJesper Juhl2011-11-221-1/+1
| * serial: Kconfig: drop unknown symbol 'ARCH_IMX'Paul Bolle2011-11-221-1/+1
| * spi: drop "select SPI_MASTER_OF"Paul Bolle2011-11-141-2/+1
| * usb: gadget: drop "select USB_GADGET_S3C_HSOTG_PIO"Paul Bolle2011-11-141-1/+0
| * mtd: drop select of MTD_PARTITIONSPaul Bolle2011-11-131-1/+0
| * Merge branch 'master' into for-nextJiri Kosina2011-11-135206-278446/+406463
| |\
| * | isdn: hisax: Fix wrong macro name 'HISAX_DE_AOC'Paul Bolle2011-11-011-3/+3
| * | Kconfig: remove a few puzzling commentsPaul Bolle2011-10-311-2/+0
| * | treewide: remove commented out Kconfig entriesPaul Bolle2011-10-291-7/+0
| * | edac:i82975x fix 32bit compile and cleanupArvind R2011-10-291-11/+19
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0825-761/+2149
|\ \ \
| * \ \ Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2011-12-257-147/+597
| |\ \ \
| | * | | PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki2011-12-251-1/+12
| | * | | PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Rafael J. Wysocki2011-12-251-0/+25
| | * | | PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2011-12-252-0/+9
| | * | | PM / Domains: Provide an always on power domain governorMark Brown2011-12-091-0/+13
| | * | | PM / Domains: Fix default system suspend/resume operationsRafael J. Wysocki2011-12-081-8/+8
| | * | | PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki2011-12-061-2/+12
| | * | | PM / Domains: Automatically update overoptimistic latency informationRafael J. Wysocki2011-12-011-4/+39
| | * | | PM / Domains: Add default power off governor function (v4)Rafael J. Wysocki2011-12-012-0/+122
| | * | | PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki2011-12-013-8/+60
| | * | | PM / Domains: Rework system suspend callback routines (v2)Rafael J. Wysocki2011-12-011-99/+150
| | * | | PM / Domains: Introduce "save/restore state" device callbacksRafael J. Wysocki2011-12-011-12/+56
| | * | | PM / Domains: Make it possible to use per-device domain callbacksRafael J. Wysocki2011-12-011-37/+115
| * | | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-12-252-28/+144
| |\ \ \ \
| | * | | | PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki2011-12-012-28/+144
| | |/ / /
| * | | | Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-2514-578/+250
| |\ \ \ \
| | * | | | PM: Drop generic_subsys_pm_opsRafael J. Wysocki2011-12-211-25/+0
| | * | | | PM / Sleep: Remove forward-only callbacks from AMBA bus typeRafael J. Wysocki2011-12-211-135/+1
| | * | | | PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki2011-12-211-115/+0
| | * | | | PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2011-12-212-37/+81
| | * | | | PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointersRafael J. Wysocki2011-12-211-102/+95
| | * | | | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-21343-2929/+5566
| | |\ \ \ \