summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18pinctrl: cygnus: add gpio/pinconf driverRay Jui
2015-03-18pinctrl: Cygnus: define Broadcom Cygnus GPIO/PINCONF bindingRay Jui
2015-03-18pinctrl: staticise example code funcs/structsBaruch Siach
2015-03-18pinctrl: remove doc mention of the enable/disable APIBaruch Siach
2015-03-18pinctrl: remove enable/disable callbacks from documentationBaruch Siach
2015-03-18pinctrl: mediatek: fix build errorHongzhou Yang
2015-03-18pinctrl: mediatek: emulate GPIO interrupt on both-edgesYingjoe Chen
2015-03-18arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173.Hongzhou Yang
2015-03-18pinctrl: mediatek: Add EINT support to MTK pinctrl driver.Maoguang Meng
2015-03-18pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.Hongzhou Yang
2015-03-18pinctrl: dt-bindings: Add pinctrl bindings for mt65xx/mt81xx.Hongzhou Yang
2015-03-18pinctrl: sh-pfc: Use u32 to store register dataGeert Uytterhoeven
2015-03-18pinctrl: cygnus: add initial IOMUX driver supportRay Jui
2015-03-18pinctrl: Broadcom Cygnus pinctrl device tree bindingRay Jui
2015-03-18pinctrl: bcm: consolidate Broadcom pinctrl driversRay Jui
2015-03-18pinctrl: imx: do not implicitly set pin regs to -1Stefan Agner
2015-03-09pinctrl: qcom: handle input-enable pinconf propertyStanimir Varbanov
2015-03-09pinctrl: qcom: enable generic pinconfStanimir Varbanov
2015-03-09pinctrl: at91: simplify probe error handlingBaruch Siach
2015-03-09pinctrl: remove maxpin from documentationBaruch Siach
2015-03-09pinctrl: sirf: fix typo in kernel warning on a bad interruptColin Ian King
2015-03-09pinctrl: tegra: add a driver for Tegra210Stephen Warren
2015-03-09pinctrl: tegra: support nvidia,io-hv DT propertyStephen Warren
2015-03-09pinctrl: tegra: some bits move between registersStephen Warren
2015-03-09pinctrl: tegra: driver layout/consistency fixesStephen Warren
2015-03-09pinctrl: lantiq: fix include guard #endif commentBaruch Siach
2015-03-09devicetree: bindings: add Device Tree bindings for Armada 39x pin-muxing cont...Thomas Petazzoni
2015-03-09pinctrl: freescale: make of_device_id array constSanjeev Sharma
2015-03-09pinctrl: sh-pfc: Do not overwrite bias configurationGeert Uytterhoeven
2015-03-09pinctrl: sh-pfc: Remove r8a7791 platform_device_id entryLaurent Pinchart
2015-03-05pinctrl: exynos: Add support for Exynos5433Chanwoo Choi
2015-03-04pinctrl: mvebu: add pinctrl driver for Marvell Armada 39xThomas Petazzoni
2015-02-22Linux 4.0-rc1Linus Torvalds
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells