summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx8581.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-01drm/i915: Drop explicit plane restoration during resumeVille Syrjälä1-3/+0
2013-10-01drm/i915: Call intel_uncore_early_sanitize() during resumeVille Syrjälä1-0/+2
2013-10-01drm/i915: Move power well resume earlierVille Syrjälä1-2/+2
2013-10-01drm/i915: Move power well init earlier during driver loadVille Syrjälä1-7/+8
2013-10-01drm/i915: Redisable VGA before the modeset on resumeVille Syrjälä1-2/+2
2013-10-01drm/i915: Fix unclaimed register access due to delayed VGA memory disableVille Syrjälä1-1/+7
2013-10-01drm/i915: Rip out SUPPORTS_EDPDaniel Vetter2-5/+2
2013-10-01drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni3-5/+32
2013-10-01drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni1-1/+23
2013-10-01drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni1-0/+27
2013-10-01drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni4-2/+118
2013-10-01drm/i915: VBT's child_device_config changes over timePaulo Zanoni6-29/+59
2013-10-01drm/i915: Do not unlock upon error in i915_gem_idle()Chris Wilson1-6/+3
2013-10-01drm/i915: Use unsigned for overflow checks in execbufDaniel Vetter1-6/+6
2013-10-01drm/i915: Ditch INTELFB_CONN_LIMITDaniel Vetter3-3/+2
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter5-9/+10
2013-10-01drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter16-30/+30
2013-09-30Linux 3.12-rc3v3.12-rc3Linus Torvalds1-1/+1
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2-0/+6
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens5-9/+5
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon1-2/+11
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker2-4/+16
2013-09-27ALSA: hda - Enable internal mic on a Thinkpad machine with ALC283Kailang Yang1-1/+12
2013-09-27ALSA: hda - Fix Internal Mic boost can't control with ALC283Kailang Yang1-0/+3
2013-09-27ALSA: hda - Add documentation for CS4208 fixupsTakashi Iwai1-0/+6
2013-09-27ALSA: hda - Add fixup for MacBook Air 6,1 and 6,2 with CS4208 codecBen Whitten1-5/+67
2013-09-27x86/microcode/AMD: Fix patch level reporting for family 15hSuravee Suthikulpanit1-0/+1
2013-09-27staging: r8188eu: Add new device IDLarry Finger1-0/+1
2013-09-27usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-09-27USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu1-2/+3
2013-09-27USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-09-26driver core : Fix use after free of dev->parent in device_shutdownBenson Leung1-7/+7
2013-09-26sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-26Drivers: hv: vmbus: Terminate vmbus version negotiation on timeoutK. Y. Srinivasan1-1/+1
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierK. Y. Srinivasan4-34/+88