summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen2015-09-051-0/+26
* rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov2015-09-053-48/+34
* rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov2015-09-051-5/+3
* rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov2015-09-051-2/+3
* rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen2015-09-051-4/+0
* rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-09-052-3/+3
* rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov2015-09-051-0/+1
* rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov2015-09-051-13/+12
* rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov2015-09-051-4/+2
* rtc: sirfsoc: move to regmap APIs from platform-specific APIsGuo Zeng2015-09-051-43/+64
* rtc: opal: Enable alarms only when opal supports tpoVaibhav Jain2015-09-051-4/+5
* rtc: add rtc-lpc24xx driverJoachim Eastwood2015-09-053-0/+323
* rtc: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-0515-15/+0
* rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian2015-09-051-3/+23
* rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian2015-09-053-20/+3
* rtc: 88pm80x: add device tree supportVaibhav Hiremath2015-09-051-11/+17
* rtc: bq32k: remove redundant checkManinder Singh2015-09-051-1/+1
* rtc: ds1685: Use module_platform_driverVaishali Thakkar2015-09-051-21/+1
* rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon2015-09-051-3/+33
* rtc: ds1307: Sort the headersNishanth Menon2015-09-051-5/+5
* rtc: ds1307: Switch to managed irq allocationNishanth Menon2015-09-051-6/+4
* rtc: ds1307: Convert to threaded IRQFelipe Balbi2015-09-051-40/+19
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041196-60618/+104186
|\
| * Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-09-0522-52/+127
| |\
| | * drm/amdgpu: rename gmc_v8_0_init_compute_vmidAlex Deucher2015-09-041-3/+3
| | * drm/amdgpu: fix vce3 instance handlingAlex Deucher2015-09-041-6/+42
| | * drm/amdgpu: remove ib test for the second VCE RingLeo Liu2015-09-041-0/+4
| | * drm/amdgpu: properly enable VM fault interruptsChristian König2015-09-042-15/+18
| | * drm/amdgpu: fix warning in schedulerAlex Deucher2015-09-041-2/+3
| | * drm/amdgpu: fix buffer placement under memory pressureChristian König2015-09-031-1/+1
| | * drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logicAlex Deucher2015-09-031-2/+2
| | * drm/amdgpu: fix typo in dce11 watermark setupAlex Deucher2015-09-031-1/+1
| | * drm/amdgpu: fix typo in dce10 watermark setupAlex Deucher2015-09-031-1/+1
| | * drm/amdgpu: use top down allocation for non-CPU accessible vramAlex Deucher2015-09-031-1/+1
| | * drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher2015-09-0312-20/+51
| * | Merge tag 'drm-intel-next-fixes-2015-09-02' of git://anongit.freedesktop.org/...Dave Airlie2015-09-0412-82/+147
| |\ \
| | * | i915: Set ddi_pll_sel in DP MST pathAnder Conselvan de Oliveira2015-09-013-1/+7
| | * | drm/i915: Don't use link_bw for PLL setupVille Syrjälä2015-09-012-29/+26
| | * | drm/i915: Preserve SSC earlierLukas Wunner2015-09-011-11/+18
| | * | drm/i915/skl: Adding DDI_E power well domainXiong Zhang2015-08-314-1/+7
| | * | drm/i915: eDP can be present on DDI-ERodrigo Vivi2015-08-312-9/+5
| | * | drm/i915/skl: Enable DDI-ERodrigo Vivi2015-08-313-7/+18
| | * | drm/i915: Enable HDMI on DDI-EXiong Zhang2015-08-313-4/+47
| | * | drm/i915: apply the PCI_D0/D3 hibernation workaround everywhere on pre GEN6Imre Deak2015-08-311-6/+9
| | * | drm/i915: Check DP link status on long hpd tooVille Syrjälä2015-08-311-6/+5
| | * | drm/i915: set CDCLK if DPLL0 enabled during resuming from S3Gary Wang2015-08-281-8/+5
| * | | Merge branch 'drm-rockchip-2015-08-26' of https://github.com/markyzq/kernel-d...Dave Airlie2015-09-042-9/+348
| |\ \ \
| | * | | drm/rockchip: vop: support plane scaleMark Yao2015-08-262-2/+284
| | * | | drm/rockchip: vop: restore vop registers when resumeMark Yao2015-08-261-0/+1