summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-31rbd: kill rbd_image_header->snap_seqAlex Elder1-2/+0
2012-07-31rbd: set snapc->seq only when refreshing headerAlex Elder1-8/+2
2012-07-31rbd: preserve snapc->seq in rbd_header_set_snap()Alex Elder1-11/+7
2012-07-31rbd: don't use snapc->seq that wayAlex Elder1-14/+0
2012-07-31rbd: send header version when notifyingJosh Durgin1-2/+5
2012-07-31rbd: use reference counting for the snap contextJosh Durgin1-18/+18
2012-07-31rbd: set image size when header is updatedJosh Durgin1-0/+1
2012-07-31rbd: expose the correct size of the device in sysfsJosh Durgin1-3/+8
2012-07-31rbd: only reset capacity when pointing to headJosh Durgin1-1/+6
2012-07-31rbd: return errors for mapped but deleted snapshotJosh Durgin1-2/+30
2012-07-31[media] via-camera: pass correct format settings to sensorDaniel Drake1-1/+1
2012-07-31[media] rtl2832.c: minor cleanupHans-Frieder Vogt1-1/+1
2012-07-31[media] Add support for the IguanaWorks USB IR TransceiverSean Young3-0/+651
2012-07-31[media] Minor cleanups for MCE USBSean Young1-8/+5
2012-07-31[media] drivers/media/dvb/siano/smscoreapi.c: use list_for_each_entryJulia Lawall1-23/+16
2012-07-31[media] Use a named union in struct v4l2_ioctl_infoHans Verkuil1-5/+5
2012-07-31[media] mceusb: Add Twisted Melon USB IDsMark Lord1-0/+7
2012-07-31[media] staging/media/solo6x10: use module_pci_driver macroDevendra Naga1-12/+1
2012-07-31[media] staging/media/dt3155v4l: use module_pci_driver macroDevendra Naga1-14/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds41-369/+255
2012-07-31drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox1-0/+2
2012-07-31pps: return PTR_ERR on error in device_createEmil Goode1-1/+3
2012-07-31drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler1-0/+10
2012-07-31drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler1-0/+1
2012-07-31rtc/rtc-da9052: remove unneed devm_kfree callDevendra Naga1-4/+1
2012-07-31rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König1-0/+2
2012-07-31rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König1-2/+2
2012-07-31drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat1-2/+2
2012-07-31drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton1-1/+2
2012-07-31drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga1-2/+1
2012-07-31drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson1-16/+11
2012-07-31drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2-1/+15
2012-07-31rtc: pl031: fix up IRQ flagsMattias Wallin1-1/+10
2012-07-31rtc: pl031: use per-vendor variables for special initLinus Walleij1-9/+14
2012-07-31rtc: pl031: encapsulate per-vendor opsLinus Walleij1-22/+39
2012-07-31drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij1-35/+15
2012-07-31drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij1-3/+8
2012-07-31drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-31drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka1-15/+22
2012-07-31firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu1-4/+4
2012-07-31video/uvc: use memweight()Akinobu Mita1-3/+2
2012-07-31dm: use memweight()Akinobu Mita1-11/+2
2012-07-31backlight: move lp855x header into platform_data directoryKim, Milo1-1/+1
2012-07-31backlight: move register definitions from header to sourceKim, Milo1-2/+6
2012-07-31backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han1-19/+10
2012-07-31backlight: corgi_lcd: use devm_gpio_request()Jingoo Han1-14/+5
2012-07-31backlight: lms283gf05: use devm_gpio_request()Jingoo Han1-18/+6
2012-07-31backlight: tosa_bl: use devm_gpio_request()Jingoo Han1-6/+2
2012-07-31backlight: tosa_lcd: use devm_gpio_request()Jingoo Han1-5/+2
2012-07-31backlight: ot200_bl: use devm_gpio_request()Jingoo Han1-6/+3