aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-21usb: core: example for power sequence at imx6sx sdb boardadd_pwrseq_for_usbPeter Chen3-0/+44
2016-06-21ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB propertyPeter Chen1-13/+17
2016-06-21usb: chipidea: host: let the hcd know's parent device nodePeter Chen1-4/+14
2016-06-21usb: core: add power sequence handling for USB devicesPeter Chen3-3/+75
2016-06-21power: pwrseq: pwrseq_usb_generic: add generic power sequence support for USB...Peter Chen3-0/+207
2016-06-21doc: binding: pwrseq-usb-generic: add binding doc for generic usb power seque...Peter Chen2-0/+33
2016-06-21power: pwrseq: rename file name for generic driverPeter Chen4-2/+2
2016-06-21power: pwrseq: change common helpers as genericPeter Chen4-44/+72
2016-06-17power: pwrseq: Generalize mmc_pwrseq operations by removing mmc prefixKrzysztof Kozlowski5-39/+29
2016-06-17power: pwrseq: Remove mmc prefix from mmc_pwrseqKrzysztof Kozlowski5-29/+29
2016-06-17power: pwrseq: Enable COMPILE_TEST for driversKrzysztof Kozlowski1-2/+2
2016-06-17MAINTAINERS: Retain Ulf Hansson as the same maintainer of pwrseqKrzysztof Kozlowski1-0/+9
2016-06-17power/mmc: Move pwrseq drivers to power/pwrseqKrzysztof Kozlowski14-21/+31
2016-06-17usb: chipidea: Kconfig: improve Kconfig help textPeter Chen1-2/+3
2016-06-17usb: core: of.c: fix defined but not declare warningPeter Chen2-1/+3
2016-06-17usb: common: otg-fsm: add license to usb-otg-fsmOscar1-0/+2
2016-06-10usb: dwc3: fix runtime PM in error pathRoger Quadros1-8/+18
2016-06-10usb: dwc3: gadget: simplify run_stop() break conditionFelipe Balbi1-8/+2
2016-06-10usb: dwc3: gadget: avoid while(1) in run_stop()Felipe Balbi1-4/+4
2016-06-10usb: dwc3: gadget: remove udelay() from run_stop()Felipe Balbi1-1/+0
2016-06-10usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi1-2/+6
2016-06-10usb: dwc3: pci: add dr-mode for Intel dwc3Felipe Balbi1-25/+37
2016-06-10usb: dwc3: gadget: rename 'ignore' argument to 'modify'Felipe Balbi1-7/+12
2016-06-10usb: gadget: add tracepoints to the gadget APIFelipe Balbi5-55/+530
2016-06-10usb: gadget: move gadget API functions to udc-coreFelipe Balbi4-528/+637
2016-06-10usb: dwc3: gadget: decrement trbs_left for each sg entryFelipe Balbi1-1/+1
2016-06-10usb: dwc3: gadget: start Bulk endpoints more frequentlyFelipe Balbi1-2/+1
2016-06-10usb: dwc3: gadget: disable XFER_NOT_READYFelipe Balbi1-2/+4
2016-06-10usb: dwc3: gadget: use allocated/queued reqs for LST bitFelipe Balbi1-6/+14
2016-06-10usb: dwc3: gadget: halt and stop based HWO bitFelipe Balbi1-4/+24
2016-06-10usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi3-2/+18
2016-06-10usb: dwc3: gadget: update transfer needs transfer resourceFelipe Balbi1-3/+4
2016-06-10usb: dwc3: remove handling of platform dataHeikki Krogerus2-88/+0
2016-06-10usb: dwc3: pci: use build-in properties instead of platform dataHeikki Krogerus1-38/+32
2016-06-10usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi2-22/+14
2016-06-10usb: dwc3: omap: Pass VBUS and ID events transparentlyRoger Quadros1-8/+6
2016-06-10usb: dwc3: omap: Don't set POWERPRESENTRoger Quadros1-6/+3
2016-06-10usb: dwc3: omap: Mark the interrupt handler as sharedRoger Quadros1-1/+1
2016-06-10usb: dwc3: omap: use request_threaded_irq()Roger Quadros1-6/+26
2016-06-10usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu2-0/+2
2016-06-10usb: dwc3: Fix DWC3_USB31_REVISION_110A definitionJohn Youn1-1/+1
2016-06-10usb: dwc3: Use the correct speed macros for DSTS/DCFGJohn Youn1-12/+12
2016-06-10usb: dwc3: gadget: Fix truncated cast issueJohn Youn1-1/+1
2016-06-10usb: dwc3: gadget: Handle TRB index 0 when full or emptyJohn Youn1-6/+22
2016-06-10usb: dwc3: gadget: Account for link TRB in TRBs leftJohn Youn1-0/+3
2016-06-10usb: dwc3: gadget: Account for max size in TRB spaceJohn Youn1-1/+5
2016-06-10usb: dwc3: gadget: Don't prepare TRBs if no spaceJohn Youn1-0/+2
2016-06-10usb: dwc3: gadget: Initialize the TRB ringJohn Youn1-2/+6
2016-06-10usb: dwc3: gadget: Simplify skipping of link TRBsJohn Youn1-18/+16
2016-06-10usb: dwc3: Endianness issue on dwc3_log_ctrlJohn Youn1-8/+8
2016-06-10usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn1-1/+1
2016-06-10usb: dwc3: ep0: Use the correct type for SET_SEL dataJohn Youn1-2/+2
2016-06-10usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_depJohn Youn1-1/+1
2016-06-10usb: dwc3: gadget: improve gcmd traceFelipe Balbi3-14/+29
2016-06-10usb: dwc3: gadget: remove udelay() from generic cmdFelipe Balbi1-2/+0
2016-06-10usb: dwc3: gadget: single return point on generic commandsFelipe Balbi1-13/+12
2016-06-10usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi3-9/+30
2016-06-10usb: dwc3: gadget: loop while (timeout)Felipe Balbi1-12/+6
2016-06-10usb: dwc3: gadget: fix trace output when command failsFelipe Balbi1-2/+2
2016-06-10usb: dwc3: trace: fully decode IRQ eventsFelipe Balbi3-28/+92
2016-06-10usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi1-23/+1
2016-06-10usb: dwc3: trace: pretty-print TRB's ctrl fieldJanusz Dziedzic1-2/+38
2016-06-10usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi2-0/+3
2016-06-10usb: dwc3: pci: add Power Management dummy hooksFelipe Balbi1-0/+39
2016-06-10usb: dwc3: implement runtime PMFelipe Balbi3-15/+174
2016-06-10usb: dwc3: gadget: fix for possible endpoint disable raceFelipe Balbi1-1/+17
2016-06-10usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski1-0/+4
2016-06-10usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi1-5/+7
2016-06-10usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi2-3/+4
2016-06-10usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi2-57/+5
2016-06-10usb: dwc3: core: re-factor init and exit pathsFelipe Balbi1-58/+60
2016-06-10usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi2-9/+9
2016-06-10usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi6-156/+78
2016-06-10usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi3-23/+23
2016-06-10usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi2-11/+55
2016-06-10usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()Felipe Balbi1-57/+65
2016-06-10usb: dwc3: gadget: return 0 if we try to Wakeup in superspeedFelipe Balbi1-1/+1
2016-06-10usb: dwc3: gadget: remove udelay(1) when sending ep cmdsFelipe Balbi1-2/+0
2016-06-10usb: dwc3: gadget: rely on sg_is_last() and list_is_last()Felipe Balbi1-5/+5
2016-06-10usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer()Felipe Balbi1-34/+14
2016-06-10usb: dwc3: gadget: prepare TRBs on update transfers tooFelipe Balbi1-21/+29
2016-06-10usb: dwc3: core: get rid of DWC3_PM_OPS macroFelipe Balbi1-6/+2
2016-06-10usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi2-33/+12
2016-06-10usb: dwc3: gadget: re-factor ->udc_start and ->udc_stopFelipe Balbi1-41/+49
2016-06-10usb: gadget: net2280: add USB2380 supportTim Harvey3-22/+34
2016-06-10usb: gadget: storage: increase maximum storage num buffersFelipe Balbi1-1/+1
2016-06-10usb: gadget: storage: get rid of fsg_num_buffers_validate()Felipe Balbi1-21/+1
2016-06-05Linux 4.7-rc2Linus Torvalds1-1/+1
2016-06-05Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-18/+29
2016-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-7/+17
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman7-296/+126
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2-2/+3
2016-06-05parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+9
2016-06-05parisc: Fix printk time during bootHelge Deller2-7/+3
2016-06-04parisc: Fix backtrace on PA-RISCMikulas Patocka1-8/+14
2016-06-04Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds46-228/+227
2016-06-04Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-5/+6
2016-06-04Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2-9/+4
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+103
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds13-178/+138
2016-06-04Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds6-29/+29
2016-06-04Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+2
2016-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-50/+205
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-8/+63
2016-06-03mm, page_alloc: recalculate the preferred zoneref if the context can ignore m...Mel Gorman1-7/+16
2016-06-03mm, page_alloc: reset zonelist iterator after resetting fair zone allocation ...Mel Gorman1-0/+1
2016-06-03mm, oom_reaper: do not use siglock in try_oom_reaper()Michal Hocko1-6/+1
2016-06-03mm, page_alloc: prevent infinite loop in buffered_rmqueue()Vlastimil Babka1-4/+5
2016-06-03checkpatch: reduce git commit description style false positivesJoe Perches1-0/+1
2016-06-03mm/z3fold.c: avoid modifying HEADLESS page and minor cleanupVitaly Wool1-10/+14
2016-06-03memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo1-0/+3
2016-06-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi5-8/+77
2016-06-03kdump: fix dmesg gdbmacro to work with record based printkCorey Minyard1-11/+82
2016-06-03mm: fix overflow in vm_map_ram()Guillermo Julián Moreno1-4/+5
2016-06-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2016-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds14-51/+79
2016-06-03Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-38/+68
2016-06-03Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'Rafael J. Wysocki9220-187738/+481172
2016-06-03Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2-2/+2
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner8139-163542/+426347
2016-06-03arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland1-1/+3
2016-06-03arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland2-10/+14
2016-06-03arm64: mm: dump: log span levelMark Rutland1-1/+7
2016-06-03arm64: update stale PAGE_OFFSET commentMark Rutland1-1/+2
2016-06-03drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on errorJulien Grall1-0/+1
2016-06-03drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmuJulien Grall1-3/+3
2016-06-03drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfgJulien Grall1-4/+1
2016-06-03arm64: report CPU number in bad_modeMark Rutland1-2/+3
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller5-7/+17
2016-06-03drm/omap: fix unused variable warning.Dave Airlie1-1/+0
2016-06-03Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie25-42/+30
2016-06-03Merge tag 'imx-drm-next-2016-06-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie8-66/+94
2016-06-03Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-...Dave Airlie1-5/+5
2016-06-03Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie3-81/+78
2016-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-59/+95
2016-06-02irqchip/irq-pic32-evic: Fix bug with external interrupts.Joshua Henderson1-1/+1
2016-06-02irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni3-2/+57
2016-06-02irqchip/gic-v3: Fix quiescence check in gic_enable_redistAndrew Jones1-1/+1
2016-06-02irqchip/gic-v3: Fix copy+paste mistakes in definesAndrew Jones1-2/+2
2016-06-02irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding maskMarc Zyngier1-1/+1
2016-06-02drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau1-0/+1
2016-06-02drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2-17/+29
2016-06-02drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter3-29/+9
2016-06-02drm: hdlcd: Revamp runtime power managementLiviu Dudau3-35/+39
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-06-02KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini1-0/+4
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini1-1/+1
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov1-0/+1
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit1-4/+4
2016-06-02Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář571-6574/+15463
2016-06-02ARM: fix PTRACE_SETVFPREGS on SMP systemsRussell King1-1/+1
2016-06-02KVM: arm/arm64: vgic-new: Removel harmful BUG_ONMarc Zyngier1-3/+1
2016-06-02mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80Chen-Yu Tsai1-5/+0
2016-06-02mmc: sunxi: Fix DDR MMC timings for A80Chen-Yu Tsai1-2/+2
2016-06-02mmc: fix mmc mode selection for HS-DDR and higherChen-Yu Tsai1-2/+2
2016-06-01Merge branch 'dev-replace-fixes-4.7' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason7-17/+91
2016-06-02ACPI / processor: Avoid reserving IO regions too earlyRafael J. Wysocki2-9/+9
2016-06-02Merge tag 'mediatek-drm-fixes-2016-06-01' of git://git.pengutronix.de/git/pza...Dave Airlie2-8/+1
2016-06-01ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width()Lv Zheng1-14/+9
2016-06-01cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()Rafael J. Wysocki1-1/+1
2016-06-01Merge tag 'pinctrl-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-3/+5
2016-06-01Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-14/+169
2016-06-01time: Make settimeofday error checking work againJohn Stultz1-0/+3
2016-06-01arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon2-1/+9
2016-06-01drm/mediatek: mtk_dsi: Remove spurious drm_connector_unregisterPhilipp Zabel1-3/+1
2016-06-01drm/mediatek: mtk_dpi: remove invalid error messagePhilipp Zabel1-5/+0
2016-06-01drm: atmel-hlcdc: fix a NULL checkDan Carpenter1-2/+3
2016-06-01drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementationBoris Brezillon1-3/+2
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng1-0/+3
2016-06-01ceph: improve fscache revalidationYan, Zheng4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng2-2/+2
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng1-0/+2
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-262/+580
2016-06-01drm/mgag200: Black screen fix for G200e rev 4Mathieu Larouche1-1/+9
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-100/+215
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson2-10/+4
2016-06-01drm: fix fb refcount issue with atomic modesettingTomi Valkeinen1-1/+2
2016-06-01drm: make drm_atomic_set_mode_prop_for_crtc() more reliableTomi Valkeinen1-1/+2
2016-06-01drm/sti: remove extra mode fixupTomi Valkeinen1-10/+0
2016-06-01drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen2-2/+2
2016-06-01powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth1-0/+1
2016-06-01powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V1-4/+1
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V1-2/+20
2016-06-01powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V1-13/+10
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31vfio/pci: Allow VPD short readAlex Williamson1-1/+2
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann2-2/+2
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long2-0/+3