summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | OMAPDSS: DISPC: fix debugfs reg dumpTomi Valkeinen2014-07-041-3/+0
| | * | | drivers/video/fbdev : dereference without an error testHimangi Saraogi2014-06-261-0/+5
| * | | | video: hyperv: hyperv_fb: refresh the VM screen by force on VM panicDexuan Cui2014-08-041-3/+59
| * | | | video: ARM CLCD: Fix DT-related build problemsPawel Moll2014-08-042-1/+2
| * | | | drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.Michael Welling2014-07-302-1/+3
| * | | | video: ARM CLCD: Add DT supportPawel Moll2014-07-293-0/+373
| * | | | video: clps711x: Fix sparse warningsAlexander Shiyan2014-07-041-1/+1
| * | | | video: clps711x: Fix driver build for CONFIG_FB=mAlexander Shiyan2014-07-041-1/+1
| * | | | MAINTAINERS: Update Framebuffer file patternsJingoo Han2014-07-011-37/+37
| * | | | video: fbdev: s3c2410fb: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick2014-07-011-5/+5
| * | | | fbdev: arm has __raw I/O accessors, use them in fb.hArchit Taneja2014-07-011-1/+1
| * | | | drivers/video/fbdev/sis: Add missing elseRasmus Villemoes2014-07-011-1/+1
| * | | | fbdev: da8xx-fb: Use dma_zalloc_coherentJoe Perches2014-07-011-6/+3
| * | | | video/mbx: indent some if statementsDan Carpenter2014-07-011-2/+2
| * | | | drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned valueFabian Frederick2014-06-241-4/+0
| * | | | video: 68328fb: remove check for CONFIG_FB_68328_INVERTPaul Bolle2014-06-241-7/+1
| * | | | video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is usedEmil Goode2014-06-241-2/+0
| * | | | video: msm: Introduce the use of the managed version of kzallocHimangi Saraogi2014-06-241-16/+3
| * | | | video: clps711x: Add bindings documentation for CLPS711X framebufferAlexander Shiyan2014-06-241-0/+47
| * | | | video: clps711x: Add new Cirrus Logic CLPS711X framebuffer driverAlexander Shiyan2014-06-243-6/+415
| |/ / /
* | | | Merge tag 'pwm/for-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-089-25/+774
|\ \ \ \
| * | | | pwm: rockchip: Added to support for RK3288 SoCCaesar Wang2014-08-081-24/+111
| * | | | pwm: rockchip: document RK3288 SoC compatibleCaesar Wang2014-08-081-1/+4
| * | | | pwm: sti: Remove PWM period tableAjit Pal Singh2014-08-081-48/+16
| * | | | pwm: sti: Sync between enable/disable callsAjit Pal Singh2014-08-081-14/+30
| * | | | pwm: sti: Ensure same period values for all channelsAjit Pal Singh2014-08-081-44/+96
| * | | | pwm: sti: Fix PWM prescaler handlingAjit Pal Singh2014-08-081-11/+27
| * | | | pwm: sti: Supply Device Tree binding documentation for ST's PWM IPLee Jones2014-08-071-0/+41
| * | | | pwm: sti: Add new driver for ST's PWM IPLee Jones2014-08-073-0/+377
| * | | | pwm: imx: set can_sleep flag for imx_pwmShawn Guo2014-08-071-0/+1
| * | | | pwm: lpss: remove dependency on clk frameworkHeikki Krogerus2014-08-071-22/+10
| * | | | pwm: pwm-tipwmss: remove unnecessary OOM messagesJingoo Han2014-08-071-3/+1
| * | | | pwm: rockchip: document device tree bindingsBeniamino Galvani2014-07-111-0/+17
| * | | | pwm: add Rockchip SoC PWM supportBeniamino Galvani2014-07-113-0/+185
| | |/ / | |/| |
* | | | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-0884-1929/+2411
|\ \ \ \
| * | | | MAINTAINERS: update GPIO include filesAlexandre Courbot2014-08-071-1/+2
| * | | | gpio: add missing includes in machine.hAlexandre Courbot2014-08-071-0/+3
| * | | | gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-284-59/+155
| * | | | MAINTAINERS: Update Samsung pin control entrySachin Kamat2014-07-281-3/+1
| * | | | gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-283-10/+41
| * | | | gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg2014-07-282-69/+26
| * | | | gpio: split gpiod board registration into machine headerLinus Walleij2014-07-287-57/+63
| * | | | gpio: remove gpio_ensure_requested()Alexandre Courbot2014-07-242-109/+12
| * | | | gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot2014-07-241-1/+1
| * | | | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-244-3/+26
| * | | | gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-233-137/+113
| * | | | gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-237-38/+25
| * | | | gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-234-5/+3
| * | | | gpio: simplify gpiochip_export()Alexandre Courbot2014-07-231-11/+9
| * | | | gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot2014-07-231-1/+0