[RESEND PATCH v3 0/7] Platform driver support for 'amd5536udc' driver

2017-03-31 Thread Raviteja Garimella
Resending PATCH v3 after rebasing with testing/next branch in Felipe Balbi's git tree. Resolved few merge conflicts. Tested applying all patches. Patch 1/7 can be ignored since it's already applied. Changes in PATCH v3: === 1. Updated bindings documentation and platform driver to

[PATCH v3 0/7] Platform driver support for 'amd5536udc' driver

2017-03-28 Thread Raviteja Garimella
Changes in PATCH v3: === 1. Updated bindings documentation and platform driver to add "brcm,iproc-udc" compatibility string. 2. Added a patch to replace references of struct pci_pool with struct dma_pool so that it is compatibile with non-pci drivers. Changes in PATCH v2: ==