commit | f0ea8834df058371d1e59012d4a67488429fb4a2 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@freescale.com> | Thu Jan 17 18:03:15 2013 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jan 18 14:08:20 2013 +0200 |
tree | d4c4aa21d8c6de1890e6526e169441e39e868c96 | |
parent | 091a62c9b3d899d99dbf4e3dbebc8dfa3edbccdd [diff] |
usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id As mach/hardware.h is deleted, we need to use platform_device_id to differentiate SoCs. Besides, one cpu_is_mx35 is useless as it has already used pdata to differentiate runtime Meanwhile we update the platform code accordingly. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com>