git.agner.ch Git - linux-drm-fsl-dcu.git/rss - Documentation/feature-removal-schedule.txt history http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=history;f=Documentation/feature-removal-schedule.txt Freescale DCU DRM driver en Stefan Agner static/git-logo.png git.agner.ch Git - linux-drm-fsl-dcu.git/rss - Documentation/feature-removal-schedule.txt history http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=history;f=Documentation/feature-removal-schedule.txt Mon, 1 Oct 2012 22:21:43 +0000 Mon, 1 Oct 2012 22:21:43 +0000 gitweb v.2.34.1/2.34.1 Get rid of Documentation/feature-removal.txt Linus Torvalds <torvalds@linux-foundation.org> Mon, 1 Oct 2012 22:21:43 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=9c0ece069b32e8e122aea71aa47181c10eb85ba7 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=9c0ece069b32e8e122aea71aa47181c10eb85ba7 Get rid of Documentation/feature-removal.txt Get rid of Documentation/feature-removal.txt This file has turned out to be a pure write-only file that causes merge conflicts and has no actual redeeming features. There is never any reason to add stuff to this idiotic file. Either something isn't getting used, and you should just remove it, or there is no excuse for removing it in the first place. Just stop the idiocy. It has also been the excuse for just plain bad behavior ("Hey, I don't like xyz, so let's mark it for removal" followed by "Hey, look, it been in feature-removal.txt for six months now, so we should remove it"). The recent bogus setitimer() ABI change request was just the most recent example of pointless and incorrect mental masturbation involving this file, and I'm tired of the silly and pointless conflicts in the file. This removal was discussed during the recent kernel summit, and while Steven Rostedt suggested we should just enter the file itself in the feature-removal schedule (to see if anybody who edits the file actually looks at it), that's cute but non-productive. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck... Linus Torvalds <torvalds@linux-foundation.org> Mon, 1 Oct 2012 20:50:06 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=cc150a2861e744d8f574d571762cc7e9f928abb3 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=cc150a2861e744d8f574d571762cc7e9f928abb3 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck... Merge tag 'hwmon-for-linus' of git://git./linux/kernel/git/groeck/linux-staging Pull hwmon updates from Guenter Roeck: "New drivers for: MCP3221, ADT7410, MAX197 Chip support added to existing drivers: LM71, LM74, MAX1110, MAX1112, MAX1113, INA220, INA230, MCP3221 Cleanup: Use devm_ functions, fixed build warnings, removed deprecated sysfs attributes, code simplifications, dropped dependencies on EXPERIMENTAL" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (64 commits) hwmon: (mcp3021) Add MCP3221 support hwmon: (mcp3021) Prepare MCP3021 driver to support other chips hwmon: (w83791d) Drop unnecessary compare statements hwmon: (lm93) Drop unnecessary compare statement hwmon: (lm70) Simplify show_name function hwmon: (adcxx) Simplify show_name function hwmon: Drop dependencies on EXPERIMENTAL hwmon: (it87) Fix Kconfig for IT87 driver hwmon: (sht15) move header to linux/platform_data/ hwmon: (asus_atk0110) Remove useless kfree hwmon: (ina2xx) Add support for INA220 and INA230 hwmon: (ina2xx) Use structure array to distinguish chip types hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113 hwmon: (lm70) Add support for LM71 and LM74 hwmon: (Documentation) Update feature-removal-schedule.txt hwmon: (w83793) Remove legacy chassis intrusion detection sysfs attributes hwmon: (w83792d) Remove legacy chassis intrusion detection attributes hwmon: (adm9240) Remove legacy chassis intrusion detection sysfs attribute hwmon: (lm70) Allow 4wire SPI bus with LM70 hwmon: (sht15) remove multiple driver registration ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb Linus Torvalds <torvalds@linux-foundation.org> Mon, 1 Oct 2012 20:23:01 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=d9a807461fc8cc0d6ba589ea0730d139122af012 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=d9a807461fc8cc0d6ba589ea0730d139122af012 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb Merge tag 'usb-3.6' of git://git./linux/kernel/git/gregkh/usb Pull USB changes from Greg Kroah-Hartman: "Here is the big USB pull request for 3.7-rc1 There are lots of gadget driver changes (including copying a bunch of files into the drivers/staging/ccg/ directory so that the other gadget drivers can be fixed up properly without breaking that driver), and we remove the old obsolete ub.c driver from the tree. There are also the usual XHCI set of updates, and other various driver changes and updates. We also are trying hard to remove the old dbg() macro, but the final bits of that removal will be coming in through the networking tree before we can delete it for good. All of these patches have been in the linux-next tree. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>" Fix up several annoying - but fairly mindless - conflicts due to the termios structure having moved into the tty device, and often clashing with dbg -> dev_dbg conversion. * tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (339 commits) USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc USB: uas: fix gcc warning USB: uas: fix locking USB: Fix race condition when removing host controllers USB: uas: add locking USB: uas: fix abort USB: uas: remove aborted field, replace with status bit. USB: uas: fix task management USB: uas: keep track of command urbs xhci: Intel Panther Point BEI quirk. powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHY USB: ftdi_sio: add TIAO USB Multi-Protocol Adapter (TUMPA) support Revert "usb : Add sysfs files to control port power." USB: serial: remove vizzini driver usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems Increase XHCI suspend timeout to 16ms USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irq USB: sierra_ms: don't keep unused variable fsl/usb: Add support for USB controller version 2.4 USB: qcaux: add Pantech vendor class match ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
hwmon: (Documentation) Update feature-removal-schedule.txt Guenter Roeck <linux@roeck-us.net> Wed, 5 Sep 2012 01:59:13 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=367eb2ee8a6f160c369d9afa6732237eeb679467 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=367eb2ee8a6f160c369d9afa6732237eeb679467 hwmon: (Documentation) Update feature-removal-schedule.txt hwmon: (Documentation) Update feature-removal-schedule.txt Legacy sysfs attributes for chassis intrusion detection have been removed. Update feature-removal-schedule.txt to reflect it. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge 3.6-rc6 into usb-next Greg Kroah-Hartman <gregkh@linuxfoundation.org> Mon, 17 Sep 2012 03:42:46 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=2bcb132c693566bcb8208cc7ce66b72a4f852ecf http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=2bcb132c693566bcb8208cc7ce66b72a4f852ecf Merge 3.6-rc6 into usb-next Merge 3.6-rc6 into usb-next This resolves the merge problems with: drivers/usb/dwc3/gadget.c drivers/usb/musb/tusb6010.c that had been seen in linux-next. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge commit 'v3.6-rc5' into next Bjorn Helgaas <bhelgaas@google.com> Thu, 13 Sep 2012 14:41:01 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=78890b5989d96ddce989cde929c45ceeded0fcaf http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=78890b5989d96ddce989cde929c45ceeded0fcaf Merge commit 'v3.6-rc5' into next Merge commit 'v3.6-rc5' into next * commit 'v3.6-rc5': (1098 commits) Linux 3.6-rc5 HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured Remove user-triggerable BUG from mpol_to_str xen/pciback: Fix proper FLR steps. uml: fix compile error in deliver_alarm() dj: memory scribble in logi_dj Fix order of arguments to compat_put_time[spec|val] xen: Use correct masking in xen_swiotlb_alloc_coherent. xen: fix logical error in tlb flushing xen/p2m: Fix one-off error in checking the P2M tree directory. powerpc: Don't use __put_user() in patch_instruction powerpc: Make sure IPI handlers see data written by IPI senders powerpc: Restore correct DSCR in context switch powerpc: Fix DSCR inheritance in copy_thread() powerpc: Keep thread.dscr and thread.dscr_inherit in sync powerpc: Update DSCR on all CPUs when writing sysfs dscr_default powerpc/powernv: Always go into nap mode when CPU is offline powerpc: Give hypervisor decrementer interrupts their own handler powerpc/vphn: Fix arch_update_cpu_topology() return value ARM: gemini: fix the gemini build ... Conflicts: drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c drivers/rapidio/devices/tsi721.c
  • [D] Documentation/feature-removal-schedule.txt
]]>
block: remove the deprecated ub driver Cong Wang <xiyou.wangcong@gmail.com> Sun, 26 Aug 2012 06:40:07 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=68a5059ecf82cc9d52a86fb523584b4d485f1bbe http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=68a5059ecf82cc9d52a86fb523584b4d485f1bbe block: remove the deprecated ub driver block: remove the deprecated ub driver It was scheduled to be removed in 3.6. Acked-by: Pete Zaitcev <zaitcev@redhat.com> Cc: Jens Axboe <jaxboe@fusionio.com> Cc: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • [D] Documentation/feature-removal-schedule.txt
]]>
ARM: at91/feature-removal-schedule: delay at91_mci removal Ludovic Desroches <ludovic.desroches@atmel.com> Thu, 23 Aug 2012 13:05:07 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=51a6149b89b822cacf572b2ca2a15cb6f2232b11 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=51a6149b89b822cacf572b2ca2a15cb6f2232b11 ARM: at91/feature-removal-schedule: delay at91_mci removal ARM: at91/feature-removal-schedule: delay at91_mci removal Delay sd/mmc driver at91_mci.c removal because of tight schedule to move platform data to new driver atmel-mci. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • [D] Documentation/feature-removal-schedule.txt
]]>
PCI: Remove the fakephp driver Bjorn Helgaas <bhelgaas@google.com> Fri, 24 Aug 2012 20:32:07 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=c2b5acc3a3ba80bef61b9df712004e83cbab4a11 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=c2b5acc3a3ba80bef61b9df712004e83cbab4a11 PCI: Remove the fakephp driver PCI: Remove the fakephp driver The fakephp driver was scheduled for removal in 2011. Fakephp presented /sys/bus/pci/slots/.../power files for every PCI function. Writing "0" to one of these files logically removed the device from the system. The PCI core now provides the same functionality with /sys/bus/pci/devices/.../remove. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm Linus Torvalds <torvalds@linux-foundation.org> Wed, 1 Aug 2012 23:41:07 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=a6dc77254b3c3eb0307b372b77b861d5cd2ead08 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=a6dc77254b3c3eb0307b372b77b861d5cd2ead08 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm Pull ARM DMA engine updates from Russell King: "This looks scary at first glance, but what it is is: - a rework of the sa11x0 DMA engine driver merged during the previous cycle, to extract a common set of helper functions for DMA engine implementations. - conversion of amba-pl08x.c to use these helper functions. - addition of OMAP DMA engine driver (using these helper functions), and conversion of some of the OMAP DMA users to use DMA engine. Nothing in the helper functions is ARM specific, so I hope that other implementations can consolidate some of their code by making use of these helpers. This has been sitting in linux-next most of the merge cycle, and has been tested by several OMAP folk. I've tested it on sa11x0 platforms, and given it my best shot on my broken platforms which have the amba-pl08x controller. The last point is the addition to feature-removal-schedule.txt, which will have a merge conflict. Between myself and TI, we're planning to remove the old TI DMA implementation next year." Fix up trivial add/add conflicts in Documentation/feature-removal-schedule.txt and drivers/dma/{Kconfig,Makefile} * 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm: (53 commits) ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel request fails Add feature removal of old OMAP private DMA implementation mtd: omap2: remove private DMA API implementation mtd: omap2: add DMA engine support spi: omap2-mcspi: remove private DMA API implementation spi: omap2-mcspi: add DMA engine support ARM: omap: remove mmc platform data dma_mask and initialization mmc: omap: remove private DMA API implementation mmc: omap: add DMA engine support mmc: omap_hsmmc: remove private DMA API implementation mmc: omap_hsmmc: add DMA engine support dmaengine: omap: add support for cyclic DMA dmaengine: omap: add support for setting fi dmaengine: omap: add support for returning residue in tx_state method dmaengine: add OMAP DMA engine driver dmaengine: sa11x0-dma: add cyclic DMA support dmaengine: sa11x0-dma: fix DMA residue support dmaengine: PL08x: ensure all descriptors are freed when channel is released dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge branch 'akpm' (Andrew's patch-bomb) Linus Torvalds <torvalds@linux-foundation.org> Wed, 1 Aug 2012 02:25:39 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=ac694dbdbc403c00e2c14d10bc7b8412cc378259 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=ac694dbdbc403c00e2c14d10bc7b8412cc378259 Merge branch 'akpm' (Andrew's patch-bomb) Merge branch 'akpm' (Andrew's patch-bomb) Merge Andrew's second set of patches: - MM - a few random fixes - a couple of RTC leftovers * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (120 commits) rtc/rtc-88pm80x: remove unneed devm_kfree rtc/rtc-88pm80x: assign ret only when rtc_register_driver fails mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables tmpfs: distribute interleave better across nodes mm: remove redundant initialization mm: warn if pg_data_t isn't initialized with zero mips: zero out pg_data_t when it's allocated memcg: gix memory accounting scalability in shrink_page_list mm/sparse: remove index_init_lock mm/sparse: more checks on mem_section number mm/sparse: optimize sparse_index_alloc memcg: add mem_cgroup_from_css() helper memcg: further prevent OOM with too many dirty pages memcg: prevent OOM with too many dirty pages mm: mmu_notifier: fix freed page still mapped in secondary MMU mm: memcg: only check anon swapin page charges for swap cache mm: memcg: only check swap cache pages for repeated charging mm: memcg: split swapin charge function into private and public part mm: memcg: remove needless !mm fixup to init_mm when charging mm: memcg: remove unneeded shmem charge type ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso... Linus Torvalds <torvalds@linux-foundation.org> Wed, 1 Aug 2012 02:07:42 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=3e9a97082fa639394e905e1fc4a0a7f719ca7644 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=3e9a97082fa639394e905e1fc4a0a7f719ca7644 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso... Merge tag 'random_for_linus' of git://git./linux/kernel/git/tytso/random Pull random subsystem patches from Ted Ts'o: "This patch series contains a major revamp of how we collect entropy from interrupts for /dev/random and /dev/urandom. The goal is to addresses weaknesses discussed in the paper "Mining your Ps and Qs: Detection of Widespread Weak Keys in Network Devices", by Nadia Heninger, Zakir Durumeric, Eric Wustrow, J. Alex Halderman, which will be published in the Proceedings of the 21st Usenix Security Symposium, August 2012. (See https://factorable.net for more information and an extended version of the paper.)" Fix up trivial conflicts due to nearby changes in drivers/{mfd/ab3100-core.c, usb/gadget/omap_udc.c} * tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random: (33 commits) random: mix in architectural randomness in extract_buf() dmi: Feed DMI table to /dev/random driver random: Add comment to random_initialize() random: final removal of IRQF_SAMPLE_RANDOM um: remove IRQF_SAMPLE_RANDOM which is now a no-op sparc/ldc: remove IRQF_SAMPLE_RANDOM which is now a no-op [ARM] pxa: remove IRQF_SAMPLE_RANDOM which is now a no-op board-palmz71: remove IRQF_SAMPLE_RANDOM which is now a no-op isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-op pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-op xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-op n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op pda_power: remove IRQF_SAMPLE_RANDOM which is now a no-op i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-op input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-op mfd: remove IRQF_SAMPLE_RANDOM which is now a no-op ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab... Linus Torvalds <torvalds@linux-foundation.org> Wed, 1 Aug 2012 01:47:44 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=8762541f067d371320731510669e27f5cc40af38 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=8762541f067d371320731510669e27f5cc40af38 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab... Merge branch 'v4l_for_linus' of git://git./linux/kernel/git/mchehab/linux-media Pull second set of media updates from Mauro Carvalho Chehab: - radio API: add support to work with radio frequency bands - new AM/FM radio drivers: radio-shark, radio-shark2 - new Remote Controller USB driver: iguanair - conversion of several drivers to the v4l2 core control framework - new board additions at existing drivers - the remaining (and vast majority of the patches) are due to drivers/DocBook fixes/cleanups. * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (154 commits) [media] radio-tea5777: use library for 64bits div [media] tlg2300: Declare MODULE_FIRMWARE usage [media] lgs8gxx: Declare MODULE_FIRMWARE usage [media] xc5000: Add MODULE_FIRMWARE statements [media] s2255drv: Add MODULE_FIRMWARE statement [media] dib8000: move dereference after check for NULL [media] Documentation: Update cardlists [media] bttv: add support for Aposonic W-DVR [media] cx25821: Remove bad strcpy to read-only char* [media] pms.c: remove duplicated include [media] smiapp-core.c: remove duplicated include [media] via-camera: pass correct format settings to sensor [media] rtl2832.c: minor cleanup [media] Add support for the IguanaWorks USB IR Transceiver [media] Minor cleanups for MCE USB [media] drivers/media/dvb/siano/smscoreapi.c: use list_for_each_entry [media] Use a named union in struct v4l2_ioctl_info [media] mceusb: Add Twisted Melon USB IDs [media] staging/media/solo6x10: use module_pci_driver macro [media] staging/media/dt3155v4l: use module_pci_driver macro ... Conflicts: Documentation/feature-removal-schedule.txt
  • [D] Documentation/feature-removal-schedule.txt
]]>
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads Wanpeng Li <liwp@linux.vnet.ibm.com> Tue, 31 Jul 2012 23:41:52 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=3965c9ae47d64aadf6f13b6fcd37767b83c0689a http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=3965c9ae47d64aadf6f13b6fcd37767b83c0689a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads Since per-BDI flusher threads were introduced in 2.6, the pdflush mechanism is not used any more. But the old interface exported through /proc/sys/vm/nr_pdflush_threads still exists and is obviously useless. For back-compatibility, printk warning information and return 2 to notify the users that the interface is removed. Signed-off-by: Wanpeng Li <liwp@linux.vnet.ibm.com> Cc: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Add feature removal of old OMAP private DMA implementation Russell King <rmk+kernel@arm.linux.org.uk> Mon, 23 Apr 2012 15:52:29 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=4e1755bbb4857ea4c5a5e12927cbc04e843cb4d4 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=4e1755bbb4857ea4c5a5e12927cbc04e843cb4d4 Add feature removal of old OMAP private DMA implementation Add feature removal of old OMAP private DMA implementation Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab... Linus Torvalds <torvalds@linux-foundation.org> Tue, 31 Jul 2012 02:03:41 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=6df419e45d71b8d9a0de8e92a1212bbea460f0e0 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=6df419e45d71b8d9a0de8e92a1212bbea460f0e0 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab... Merge branch 'v4l_for_linus' of git://git./linux/kernel/git/mchehab/linux-media Pull media updates from Mauro Carvalho Chehab: "This is the first part of the media patches for v3.6. This patch series contain: - new DVB frontend: rtl2832 - new video drivers: adv7393 - some unused files got removed - a selection API cleanup between V4L2 and V4L2 subdev API's - a major redesign at v4l-ioctl2, in order to clean it up - several driver fixes and improvements." * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (174 commits) v4l: Export v4l2-common.h in include/linux/Kbuild media: Revert "[media] Terratec Cinergy S2 USB HD Rev.2" [media] media: Use pr_info not homegrown pr_reg macro [media] Terratec Cinergy S2 USB HD Rev.2 [media] v4l: Correct conflicting V4L2 subdev selection API documentation [media] Feature removal: V4L2 selections API target and flag definitions [media] v4l: Unify selection flags documentation [media] v4l: Unify selection flags [media] v4l: Common documentation for selection targets [media] v4l: Unify selection targets across V4L2 and V4L2 subdev interfaces [media] v4l: Remove "_ACTUAL" from subdev selection API target definition names [media] V4L: Remove "_ACTIVE" from the selection target name definitions [media] media: dvb-usb: print mac address via native %pM [media] s5p-tv: Use module_i2c_driver in sii9234_drv.c file [media] media: gpio-ir-recv: add allowed_protos for platform data [media] s5p-jpeg: Use module_platform_driver in jpeg-core.c file [media] saa7134: fix spelling of detach in label [media] cx88-blackbird: replace ioctl by unlocked_ioctl [media] cx88: don't use current_norm [media] cx88: fix a number of v4l2-compliance violations ...
  • [D] Documentation/feature-removal-schedule.txt
]]>
[media] Feature removal: using capture and output capabilities for m2m devices Sylwester Nawrocki <s.nawrocki@samsung.com> Thu, 26 Jul 2012 12:30:50 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=a1367f1b260d29e9b9fb20d8e2f39f1e74fa6c3b http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=a1367f1b260d29e9b9fb20d8e2f39f1e74fa6c3b [media] Feature removal: using capture and output capabilities for m2m devices [media] Feature removal: using capture and output capabilities for m2m devices Identifying a memory-to-memory video device through an ORed output and capture capability flags is not reliable. Schedule this for removal. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • [D] Documentation/feature-removal-schedule.txt
]]>
Merge branch 'kmap_atomic' of git://github.com/congwang/linux Linus Torvalds <torvalds@linux-foundation.org> Fri, 27 Jul 2012 18:26:48 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=84eda28060f7e7d5f91f81f928532af13b9e44b2 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=84eda28060f7e7d5f91f81f928532af13b9e44b2 Merge branch 'kmap_atomic' of git://github.com/congwang/linux Merge branch 'kmap_atomic' of git://github.com/congwang/linux Pull final kmap_atomic cleanups from Cong Wang: "This should be the final round of cleanup, as the definitions of enum km_type finally get removed from the whole tree. The patches have been in linux-next for a long time." * 'kmap_atomic' of git://github.com/congwang/linux: pipe: remove KM_USER0 from comments vmalloc: remove KM_USER0 from comments feature-removal-schedule.txt: remove kmap_atomic(page, km_type) tile: remove km_type definitions um: remove km_type definitions asm-generic: remove km_type definitions avr32: remove km_type definitions frv: remove km_type definitions powerpc: remove km_type definitions arm: remove km_type definitions highmem: remove the deprecated form of kmap_atomic tile: remove usage of enum km_type frv: remove the second parameter of kmap_atomic_primary() jbd2: remove the second argument of kmap_atomic
  • [D] Documentation/feature-removal-schedule.txt
]]>
feature-removal-schedule.txt: remove kmap_atomic(page, km_type) Cong Wang <amwang@redhat.com> Sun, 27 Nov 2011 04:38:59 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=167885e593b3221105437458961499d070527ef6 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=167885e593b3221105437458961499d070527ef6 feature-removal-schedule.txt: remove kmap_atomic(page, km_type) feature-removal-schedule.txt: remove kmap_atomic(page, km_type) Signed-off-by: Cong Wang <amwang@redhat.com>
  • [D] Documentation/feature-removal-schedule.txt
]]>
random: final removal of IRQF_SAMPLE_RANDOM Theodore Ts'o <tytso@mit.edu> Tue, 17 Jul 2012 18:20:51 +0000 http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=b4237003cff66084ebeb502412d9cee392e6f52f http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff;h=b4237003cff66084ebeb502412d9cee392e6f52f random: final removal of IRQF_SAMPLE_RANDOM random: final removal of IRQF_SAMPLE_RANDOM The IRQF_SAMPLE_RANDOM flag is finally gone from the kernel tree, only three years late. :-) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • [D] Documentation/feature-removal-schedule.txt
]]>