summaryrefslogtreecommitdiffstats
path: root/Documentation/media-framework.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-02HID: kye: Fix missing break in kye_report_fixup()Ben Hutchings1-0/+1
2013-11-27HID: uhid: fix leak for 64/32 UHID_CREATEDavid Herrmann1-1/+1
2013-11-21HID: kye: fix unresponsive keyboardBenjamin Tissoires1-0/+8
2013-11-21HID: kye: Add report fixup for Genius Manticore KeyboardBenjamin Tissoires3-0/+7
2013-11-21HID: multicouh: add PID VID to support 1 new Wistron optical touch deviceKaiChung Cheng3-0/+10
2013-11-21HID: appleir: force input to be setBenjamin Tissoires1-0/+3
2013-11-19Revert "HID: wiimote: add LEGO-wiimote VID"Jiri Kosina3-6/+1
2013-11-19HID: sony: Send FF commands in non-atomic contextSven Eckelmann1-11/+42
2013-11-15drm: check for !kdev in drm_unplug_minor()David Herrmann1-1/+1
2013-11-15blackfin: fix build warning for unused variableSteven Miao1-1/+4
2013-11-15smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receiveSteven Miao1-4/+8
2013-11-15pm: use GFP_ATOMIC when pm core call this functionScott Jiang1-1/+1
2013-11-15blackfin: serial: Add serial port_fer and port_mux early platform resources.Sonic Zhang2-27/+47
2013-11-15blackfin: pinctrl-adi2: code cleanup after using pinctrl-adi2Steven Miao1-66/+4
2013-11-15openrisc: Refactor or32_early_setup()Geert Uytterhoeven1-7/+7
2013-11-15Documentation: dt: hwmon: Add OF document for LM90Wei Ni2-0/+45
2013-11-15hwmon: (lm90) Add power controlWei Ni1-0/+19
2013-11-15hwmon: (lm90) Add support for TI TMP451Wei Ni2-8/+43
2013-11-15hwmon: (lm90) Use enums for the indexes of temp8 and temp11Wei Ni1-64/+88
2013-11-15hwmon: (lm90) Add support to handle IRQWei Ni1-0/+24
2013-11-15hwmon: (lm90) Define status bitsWei Ni1-27/+61
2013-11-15hwmon: (lm90) Fix max6696 alarm handlingGuenter Roeck1-4/+7
2013-11-15openrisc: Remove unused declaration of __initramfs_startGeert Uytterhoeven1-1/+0
2013-11-15openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven2-6/+6
2013-11-15openrisc: Refresh or1ksim_defconfig for v3.12Geert Uytterhoeven1-8/+2
2013-11-15blackfin: adi gpio driver and pinctrl driver supportSonic Zhang19-796/+1044
2013-11-15bf609: update default config for spiScott Jiang1-1/+1
2013-11-15Blackfin: bfin_gpio: Use proper mask for comparing pfuncSonic Zhang1-9/+14
2013-11-15Revert "Input: ALPS - add support for model found on Dell XT2"Dmitry Torokhov1-1/+0
2013-11-15cmdline-parser: fix buildAlexander Beregalov1-0/+2
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven1-3/+6
2013-11-15kfifo API type safetyStefani Seibold10-44/+25
2013-11-15kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen1-2/+2
2013-11-15sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen1-5/+1
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig3-14/+24
2013-11-15kernel: fix generic_exec_single indentationChristoph Hellwig1-2/+1
2013-11-15kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton1-9/+3
2013-11-15kernel: provide a __smp_call_function_single stub for !CONFIG_SMPChristoph Hellwig1-0/+11
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig25-33/+6
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2-153/+0
2013-11-15drivers/w1/masters/w1-gpio.c: use dev_get_platdata()Jingoo Han1-5/+5
2013-11-15sched: remove INIT_COMPLETIONWolfram Sang1-10/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang86-138/+138
2013-11-15sched: replace INIT_COMPLETION with reinit_completionWolfram Sang1-3/+15
2013-11-15drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing earlyAlexander Holler1-0/+7
2013-11-15drivers/rtc/rtc-hid-sensor-time.c: use dev_get_platdata()Jingoo Han1-2/+2
2013-11-15vsprintf: ignore %n againKees Cook1-11/+9
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa10-97/+73
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2-0/+30