summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [media] cx231xx: don't DMA to random addressesDavid Dillow2012-07-062-3/+3
| * | | | | | | [media] em28xx: fix em28xx-rc loadMauro Carvalho Chehab2012-07-061-1/+1
| * | | | | | | [media] dvb-core: Release semaphore on error path dvb_register_device()Santosh Nayak2012-07-061-0/+1
| * | | | | | | [media] s5p-fimc: Stop media entity pipeline if fimc_pipeline_validate failsSachin Kamat2012-06-251-3/+5
| * | | | | | | [media] s5p-fimc: Fix compiler warning in fimc-lite.cSachin Kamat2012-06-251-1/+3
| * | | | | | | [media] s5p-fimc: media_entity_pipeline_start() may failSakari Ailus2012-06-251-1/+3
| * | | | | | | [media] s5p-fimc: Update to the control handler lock changesSylwester Nawrocki2012-06-251-2/+2
| * | | | | | | [media] s5p-fimc: Shorten pixel formats descriptionSylwester Nawrocki2012-06-251-3/+3
| * | | | | | | [media] s5p-fimc: Fix fimc-lite system wide suspend procedureSylwester Nawrocki2012-06-251-1/+1
| * | | | | | | [media] s5p-fimc: Prevent lock-up in multiple sensor systemsSylwester Nawrocki2012-06-254-43/+38
| * | | | | | | [media] s5p-fimc: Remove superfluous checks for buffer typeSylwester Nawrocki2012-06-251-8/+0
| * | | | | | | [media] s5p-fimc: Honour sizeimage in VIDIOC_S_FMTSylwester Nawrocki2012-06-252-7/+9
| * | | | | | | [media] s5p-fimc: Don't create multiple active links to same sink entitySylwester Nawrocki2012-06-251-10/+13
| * | | | | | | [media] s5p-fimc: Fix bug in capture node open()Sylwester Nawrocki2012-06-252-2/+6
| * | | | | | | [media] media: pms.c needs linux/slab.hRandy Dunlap2012-06-211-0/+1
| * | | | | | | [media] smiapp-core: fix compilation build errorMauro Carvalho Chehab2012-06-211-0/+1
| * | | | | | | [media] pms: fix build error in pms_probe()Fengguang Wu2012-06-181-0/+1
* | | | | | | | Merge tag 'mmc-fixes-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-132-9/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq()Guennadi Liakhovetski2012-07-101-2/+2
| * | | | | | | | mmc: core: Revert "skip card initialization if power class selection fails"Venkatraman S2012-07-101-7/+11
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds2012-07-133-22/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski2012-07-061-9/+3
| * | | | | | | | mtd: gpmi-nand: fix read page when reading to vmalloced areaSascha Hauer2012-07-061-5/+5
| * | | | | | | | mtd: mxc_nand: use 32bit copy functionsSascha Hauer2012-07-061-8/+29
* | | | | | | | | Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-136-101/+133
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | mfd: Add missing hunk to change palmas irq to clear on readGraeme Gregory2012-07-091-1/+8
| * | | | | | | | mfd: Fix palmas regulator pdata missingGraeme Gregory2012-07-091-0/+3
| * | | | | | | | mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill2012-07-092-11/+55
| * | | | | | | | mfd: Update twl6040 Kconfig to avoid build breakagePeter Ujfalusi2012-07-091-0/+1
| * | | | | | | | mfd: Delete ab5500-core.hPaul Bolle2012-07-091-87/+0
| * | | | | | | | mfd: mc13xxx workaround SPI hardware bug on i.MxPhilippe Rétornaz2012-07-091-1/+64
| * | | | | | | | mfd: Fix mc13xxx SPI regmapPhilippe Rétornaz2012-07-091-1/+1
| * | | | | | | | mfd: Add terminating entry for i2c_device_id palmas tableAxel Lin2012-07-091-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-07-117-22/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen2012-07-086-6/+6
| * | | | | | | | OMAPDSS: Use PM notifiers for system suspendTomi Valkeinen2012-07-081-16/+27
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-115-8/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman2012-07-111-1/+1
| * | | | | | | | | sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter2012-07-111-2/+2
| * | | | | | | | | drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-111-2/+3
| * | | | | | | | | drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones2012-07-111-1/+7
| * | | | | | | | | drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones2012-07-111-1/+1
| * | | | | | | | | drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga2012-07-111-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-07-115-14/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai2012-07-083-7/+7
| * | | | | | | | | [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-082-7/+7
| |/ / / / / / / /
* | | | | | | | | media: mx2_camera: Fix mbus format handlingJavier Martin2012-07-111-5/+22
* | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-111-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | of: address: Don't fail a lookup just because a node has no reg propertyLee Jones2012-07-061-4/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'pm-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-111-22/+0
|\ \ \ \ \ \ \ \ \