summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pwm: pwm-tiehrpwm: Update device-tree binding documentPhilip Avinash2013-04-081-2/+10
* pwm: pwm-tiecap: Update device-tree binding documentPhilip Avinash2013-04-081-2/+10
* pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chipAxel Lin2013-04-021-1/+0
* pwm: pxa: Remove PWM_ID_BASE macroAxel Lin2013-04-021-4/+3
* pwm: spear: Remove unused *dev from struct spear_pwm_chipAxel Lin2013-04-021-3/+0
* pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin2013-04-021-2/+0
* pwm: twl: Return proper error if twl6030_pwm_enable() failsAxel Lin2013-04-021-1/+1
* pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chipAxel Lin2013-04-021-14/+2
* pwm: imx: Remove enabled field from struct imx_chipAxel Lin2013-04-021-5/+1
* pwm: twl: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+2
* pwm: twl-led: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+2
* pwm: atmel-tcb: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+1
* pwm: ab8500: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+1
* pwm: spear: Fix checking return value of clk_enable() and clk_prepare()Axel Lin2013-04-021-3/+3
* pwm: tiehrpwm: Staticize non-exported symbolsAxel Lin2013-03-261-2/+2
* pwm: tiecap: Staticize non-exported symbolsAxel Lin2013-03-261-2/+2
* pwm: ab8500: Fix trivial typo in dev_err messageAxel Lin2013-03-261-1/+1
* pwm: davinci: Add Kconfig support for ECAP & EHRPWM devicesPhilip Avinash2013-03-222-6/+4
* pwm: pwm-tiehrpwm: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-111-0/+2
* pwm: pwm-tipwmss: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-111-0/+2
* pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-111-0/+2
* pwm: samsung: convert s3c_pwm to dev_pm_opsJingoo Han2013-03-081-11/+9
* pwm: ab8500: use devm_kzalloc()Jingoo Han2013-03-081-5/+2
* pwm_backlight: remove unnecessary ifdefsJingoo Han2013-03-081-5/+2
* Linux 3.9-rc1v3.9-rc1Linus Torvalds2013-03-041-2/+2
* Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\
| * UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-035-49/+57
|\ \
| * | xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * | xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12
| * | xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0326-171/+108
|\ \ \
| * | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-025-10/+10
| * | | fix nommu breakage in shmem.cAl Viro2013-03-021-3/+2
| * | | cache the value of file_inode() in struct fileAl Viro2013-03-023-2/+6
| * | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9
| * | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0
| * | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11
| * | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9
| * | | 9p: turn fid->dlist into hlistAl Viro2013-02-284-11/+9
| * | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-282-7/+6
| * | | more file_inode() open-coded instancesAl Viro2013-02-2710-45/+38
| * | | selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \
| * | | | btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven2013-03-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-0317-144/+172
|\ \ \ \ \