summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern7-24/+0
2012-05-07usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern1-2/+7
2012-05-07Linux 3.4-rc6v3.4-rc6Linus Torvalds1-1/+1
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro1-2/+1
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason5-17/+34
2012-05-06TTY: pdc_cons, fix regression in closeJiri Slaby1-1/+1
2012-05-05init: don't try mounting device as nfs root unless type fully matchesSasha Levin1-1/+1
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming4-16/+14
2012-05-05hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-05-05USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill1-9/+9
2012-05-05USB: serqt_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman1-44/+0
2012-05-05USB: quatech_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman1-18/+1
2012-05-05USB: gadget: ci13xx_udc: remove unused err() macroGreg Kroah-Hartman1-1/+0
2012-05-05USB: input: appletouch: fix up compiler warningGreg Kroah-Hartman1-1/+0
2012-05-05CPU frequency drivers MAINTAINERS updateDave Jones1-3/+0
2012-05-05USB: input: usbtouchscreen.c: fix up dev_* messagesGreg Kroah-Hartman1-15/+14
2012-05-05USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman1-2/+2
2012-05-05USB: input: kbtab.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+7
2012-05-05USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-05USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+9
2012-05-05USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+6
2012-05-05USB: input: bcm5974.c: fix up dev_* messagesGreg Kroah-Hartman1-11/+11
2012-05-05USB: input: appletouch.c: fix up dev_* messagesGreg Kroah-Hartman1-12/+15
2012-05-05USB: input: yealink.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+10
2012-05-05USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman1-1/+3
2012-05-05USB: input: keyspan_remote.c: fix up dev_* messagesGreg Kroah-Hartman1-7/+7
2012-05-05USB: input: cm109.c: fix up dev_* messagesGreg Kroah-Hartman1-10/+10
2012-05-05USB: input: xpad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-05USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman3-5/+7
2012-05-05seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds1-0/+21
2012-05-04Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds1-1/+1
2012-05-04intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang1-1/+1
2012-05-04arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen1-1/+1
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens1-0/+7
2012-05-04btrfs: Fix mismatching struct members in ioctl.hAlexander Block1-2/+2
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik1-2/+2
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason1-0/+2
2012-05-04usb:hsotg:samsung: err_irq: support for probe functionLukasz Majewski1-8/+5
2012-05-04usb:hsotg:samsung: Use clk_prepare_enable and clk_disable_unprepareLukasz Majewski1-3/+3
2012-05-04usb:hsotg:samsung: Remove the S3C_ prefix from registers definition.Lukasz Majewski2-677/+675
2012-05-04usb:hsotg:samsung: Add release function for hsotg deviceLukasz Majewski1-1/+13
2012-05-04usb:hsotg:samsung: Remove our_hsotg global pointerLukasz Majewski1-5/+2
2012-05-04usb:hsotg:samsung: Comments reorganization and cleanupLukasz Majewski1-122/+252
2012-05-04usb:hsotg:samsung: Use new udc_start and udc_stop callbacksLukasz Majewski1-25/+36
2012-05-04usb:hsotg:samsung: Determine number of EPs from HW configuration registerLukasz Majewski1-67/+100
2012-05-04usb:hsotg:samsung: Cable disconnection recovery codeLukasz Majewski1-10/+18
2012-05-04usb:hsotg:samsung: Rename s3c_hsotg_disconnect functionLukasz Majewski1-5/+5
2012-05-04usb:hsotg:samsung: Remove Disconnect Interrupt handlerLukasz Majewski1-10/+2
2012-05-04usb:hsotg:samsung: Extract core initialization functionLukasz Majewski1-161/+173
2012-05-04usb:hsotg:samsung: Sending ZLP packet for IN EP0 transfersLukasz Majewski1-2/+32