summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/smsc47m1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-09usb: chipidea: add imx platform driverRichard Zhao3-0/+219
2012-07-09usb: otg: add basic mxs phy driver supportRichard Zhao4-0/+210
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao5-4/+17
2012-07-09usb: otg: add notify_connect/notify_disconnect callbackRichard Zhao1-0/+21
2012-07-09usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of KconfigRichard Zhao1-0/+1
2012-07-09USB: Chipidea: add ci13xxx device id managementRichard Zhao1-5/+16
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao4-55/+63
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao5-407/+407
2012-07-09usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto1-11/+3
2012-07-09drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I1-2/+0
2012-07-09usb/hcd: Ensure scatter-gather is not used for isoc transfersHans de Goede1-1/+9
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern9-348/+114
2012-07-06usb: convert port_owners type from void * to struct dev_state *Lan Tianyu2-12/+18
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao7-35/+35
2012-07-06usb: chipidea: msm: add remove methodFelipe Balbi1-6/+15
2012-07-06usb: chipidea: msm: add missing section annotationFelipe Balbi1-1/+1
2012-07-06usb: chipidea: drop useless arch-checkFelipe Balbi1-3/+5
2012-07-06usb: chipidea: remove unneeded NULL checkAlexander Shishkin1-3/+0
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede2-31/+122
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede4-0/+31
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-07-06USB: class: cdc-acm: Fixed coding style issue.Jeffrin Jose1-1/+1
2012-07-06USB: ehci-s5p: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han1-0/+5
2012-07-02usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I1-1/+2
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I25-77/+96
2012-07-02usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: fsl_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: s3c-hsotg: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: lpc32xx_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-07-02usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz2-6/+21
2012-07-02usb: dwc3: return error in case of run/stop timeoutPratyush Anand1-4/+7
2012-07-02usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration receivedPratyush Anand2-1/+9
2012-07-02usb: dwc3: no need to clear INIT{U1,U2}ENA bitsPratyush Anand1-1/+0
2012-07-02usb: dwc3: keep default hird threshold value as 4b1100Pratyush Anand1-1/+1
2012-07-02usb: dwc3: correct set_halt implementation for ep0Pratyush Anand3-2/+16
2012-07-01Linux 3.5-rc5v3.5-rc5Linus Torvalds1-1/+1
2012-07-01printk.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-07-01linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-07-01ARM: imx6q: fix suspend regression caused by common clk migrationShawn Guo1-2/+4
2012-06-30acpi_pad: fix power_saving thread deadlockStuart Hayes1-3/+4
2012-06-30ACPI video: Still use ACPI backlight control if _DOS doesn't existZhang Rui1-0/+2
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt1-7/+6
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers1-68/+176
2012-06-29powerpc/pseries: Fix software invalidate TCEMichael Neuling1-2/+2
2012-06-29powerpc: check_and_cede_processor() never cedesAnton Blanchard2-1/+6
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong1-2/+2
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen1-57/+40