aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/TODO
blob: 669fe5bf963748b4a8dd51858d8b8d97cab644b8 (plain) (blame)
1
2
3
4
5
6
- the kpc_spi driver doesn't seem to let multiple transactions (to different instances of the core) happen in parallel...
- The kpc_i2c driver is a hot mess, it should probably be cleaned up a ton.  It functions against current hardware though.
- pcard->card_num in kp2000_pcie_probe() is a global variable and needs atomic / locking / something better.
- would be nice if the AIO fileops in kpc_dma could be made to work
    - probably want to add a CONFIG_ option to control compilation of the AIO functions
- if the AIO fileops in kpc_dma start working, next would be making iov_count > 1 work too