diff --git a/[refs] b/[refs] index c32e556b203a..0fd7cfb3725c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 95ead520a3d77b1a654ce95ada9639acd7e91619 +refs/heads/master: ee49abcf167856fb2020525b332a6adbb55d1957 diff --git a/trunk/drivers/staging/poch/README b/trunk/drivers/staging/poch/README index f65e979743ba..842afd464993 100644 --- a/trunk/drivers/staging/poch/README +++ b/trunk/drivers/staging/poch/README @@ -1,5 +1,12 @@ TODO: - - fix transmit overflows + - Rx block size is limited to < 2048, hardware bug? + - Group size is limited to < page size, kernel alloc/mmap API issues + - fix/workaround cache issues in circular buffer header + - test whether Tx is transmitting data from provided buffers + - handle device unplug case + - handle temperature above threshold + - use bus address instead of physical address for DMA + - support for snapshot mode - audit userspace interfaces - get reserved major/minor if needed