Re: [PATCH] Documentation: mv DMA-* to separate DMA/ subdirectory

From: Marcin Slusarz
Date: Tue Jun 03 2008 - 13:58:00 EST


On Mon, Jun 02, 2008 at 03:54:39PM -0400, J. Bruce Fields wrote:
> From: J. Bruce Fields <bfields@xxxxxxxxxxxxxx>
>
> Every now and then as I'm looking for something in Documentation/ I get
> annoyed at how cluttered that directory is, and go look for a few files
> that could be grouped into a subdirectory. This seemed like one
> candidate, though a lot of referenes to DMA-mapping.txt require fixing.
>
> Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx>
> ---
>
> A Documentation/arch directory would take out another dozen entries or
> so, but I haven't had the energy.--b.
>
> Documentation/00-INDEX | 4 -
> Documentation/DMA-API.txt | 614 ---------------------------
> Documentation/DMA-ISA-LPC.txt | 151 -------
> Documentation/DMA-attributes.txt | 24 -
> Documentation/DMA-mapping.txt | 766 ----------------------------------
> Documentation/DMA/00-INDEX | 10 +
> Documentation/DMA/DMA-API.txt | 614 +++++++++++++++++++++++++++
> Documentation/DMA/DMA-ISA-LPC.txt | 151 +++++++
> Documentation/DMA/DMA-attributes.txt | 24 +
> Documentation/DMA/DMA-mapping.txt | 766 ++++++++++++++++++++++++++++++++++
> Documentation/IO-mapping.txt | 2 +-
> Documentation/PCI/pci.txt | 6 +-
> Documentation/block/biodoc.txt | 5 +-
> Documentation/memory-barriers.txt | 2 +-
> Documentation/usb/dma.txt | 13 +-
> arch/ia64/hp/common/sba_iommu.c | 12 +-
> arch/ia64/sn/pci/pci_dma.c | 4 +-
> arch/parisc/kernel/pci-dma.c | 2 +-
> arch/x86/kernel/pci-gart_64.c | 2 +-
> drivers/net/tehuti.c | 2 +-
> drivers/parisc/sba_iommu.c | 18 +-
> include/asm-ia64/dma-mapping.h | 2 +-
> include/asm-parisc/dma-mapping.h | 2 +-
> include/asm-x86/dma-mapping.h | 2 +-
> include/linux/dma-attrs.h | 2 +-
> include/media/videobuf-dma-sg.h | 2 +-
> 26 files changed, 1605 insertions(+), 1597 deletions(-)
> delete mode 100644 Documentation/DMA-API.txt
> delete mode 100644 Documentation/DMA-ISA-LPC.txt
> delete mode 100644 Documentation/DMA-attributes.txt
> delete mode 100644 Documentation/DMA-mapping.txt
> create mode 100644 Documentation/DMA/00-INDEX
> create mode 100644 Documentation/DMA/DMA-API.txt
> create mode 100644 Documentation/DMA/DMA-ISA-LPC.txt
> create mode 100644 Documentation/DMA/DMA-attributes.txt
> create mode 100644 Documentation/DMA/DMA-mapping.txt

Maybe drop DMA- prefix? It's useless now.

Marcin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/