14 Oct, 2007

1 commit


10 Oct, 2007

26 commits


15 Sep, 2007

1 commit


19 Jul, 2007

6 commits


09 May, 2007

2 commits

  • I added saa7146_vmalloc_destroy_pgtable() which frees the resources
    allocated by saa7146_vmalloc_build_pgtable() and updated the callers in
    budget-core.c and av7110.c. I have also been through the updated
    functions and updated the error paths to ensure they free all allocated
    resources on error.
    I also realised that there are other callers to saa7146_pgtable_free()
    which did not have any sg DMA mapped so it seems wrong to add the
    pci_unmap_sg() into that function. Instead I created
    saa7146_vmalloc_destroy_pgtable() to do this.
    Also included in this patch are the previous fixes for pci_unmap_sg()
    and syncing the PCI streamed data to work with a SWIOTLB and match the
    requirements documented in DMA-API.txt.

    Signed-off-by: Jon Burgess
    Signed-off-by: Oliver Endriss
    Signed-off-by: Mauro Carvalho Chehab

    Jon Burgess
     
  • This patch adds a proper prototype for saa7146_video_do_ioctl() in
    include/media/saa7146_vv.h.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Oliver Endriss
    Signed-off-by: Mauro Carvalho Chehab

    Adrian Bunk
     

02 May, 2007

1 commit


28 Apr, 2007

3 commits