summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* OPP: Return error on error from dev_pm_opp_get_opp_count()Viresh Kumar2018-10-041-1/+1
* OPP: Improve error handling in dev_pm_opp_of_cpumask_add_table()Viresh Kumar2018-10-041-6/+12
* OPP: Pass OPP table to _of_add_opp_table_v{1|2}()Viresh Kumar2018-10-011-40/+28
* OPP: Prevent creating multiple OPP tables for devices sharing OPP nodesViresh Kumar2018-10-013-25/+37
* OPP: Use a single mechanism to free the OPP tableViresh Kumar2018-09-193-53/+35
* OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()Viresh Kumar2018-09-194-30/+17
* cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()Viresh Kumar2018-09-191-7/+2
* OPP: Create separate kref for static OPPs listViresh Kumar2018-09-193-1/+42
* OPP: Don't take OPP table's kref for static OPPsViresh Kumar2018-09-191-5/+6
* OPP: Parse OPP table's DT properties from _of_init_opp_table()Viresh Kumar2018-09-192-31/+50
* OPP: Pass index to _of_init_opp_table()Viresh Kumar2018-09-193-11/+24
* OPP: Protect dev_list with opp_table lockViresh Kumar2018-09-193-3/+22
* OPP: Don't try to remove all OPP tables on failureViresh Kumar2018-09-193-5/+9
* OPP: Free OPP table properly on performance state irregularitiesViresh Kumar2018-09-191-0/+1
* Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-151-0/+3
|\
| * of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
* | Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-157-24/+42
|\ \
| * | xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko2018-09-141-11/+15
| * | xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-09-141-1/+1
| * | xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-09-141-7/+8
| * | xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki2018-09-143-3/+14
| * | xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-09-141-2/+4
* | | Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2018-09-141-3/+1
|\ \ \
| * | | dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1
* | | | Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-09-1430-145/+188
|\ \ \ \
| * | | | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0
| * | | | usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda2018-09-102-26/+25
| * | | | usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
| * | | | Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-066-18/+36
| |\ \ \ \
| | * | | | usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
| | * | | | usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| | * | | | usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-291-1/+4
| | * | | | usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-291-5/+10
| | * | | | USB: net2280: Fix erroneous synchronization changeAlan Stern2018-08-291-2/+14
| | * | | | usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4
| | |/ / /
| * | | | Merge tag 'usb-serial-4.19-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-052-2/+2
| |\ \ \ \
| | * | | | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| | * | | | USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| | |/ / /
| * | | | usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai2018-09-051-1/+1
| * | | | usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai2018-09-051-2/+2
| * | | | usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai2018-09-051-1/+1
| * | | | usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-051-0/+11
| * | | | usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap2018-09-051-3/+4
| * | | | usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman2018-09-051-2/+0
| * | | | usb: mtu3: fix error of xhci port id when enable U3 dual roleChunfeng Yun2018-09-052-1/+6
| * | | | usb: uas: add support for more quirk flagsOliver Neukum2018-09-051-0/+21
| * | | | USB: Add quirk to support DJI CineSSDTim Anderson2018-09-053-0/+19
| * | | | usb: typec: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0
| * | | | usb/dwc3/gadget: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0
| * | | | USB: yurex: Check for truncation in yurex_read()Ben Hutchings2018-09-051-0/+3