drivers/usb/isp1760

NXP ISP1760/1761/1763 embedded USB 2.0 controllers

A family of standalone USB 2.0 host, peripheral, and OTG controller chips originally designed by Philips and later sold by NXP, dating from the mid-2000s. They were typically soldered onto embedded and industrial boards that needed USB connectivity without a built-in SoC USB controller, and they connect over a simple parallel bus rather than PCI.

keep-annotate conf=0.67 deploy=low replacement=none subsystem=usb category=bus-usb
67%

recommendation

Worth keeping but documenting as niche: the silicon is old and not used in mainstream 2025 hardware, but the code is still actively maintained, with a fix landing on the linux-usb list as recently as April 2025. Real-world users are likely limited to long-lived embedded and industrial boards, so the driver should stay while its legacy status is made explicit.

repository signals

10 files
5,750 source lines
36 commits, 5y
+2,022 / −983 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 36 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 9 commits · +1,884 −874 2021-06: 1 commit · +0 −1 2021-07: 3 commits · +14 −9 2021-08: 10 commits · +86 −60 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +7 −9 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 2 commits · +4 −7 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +8 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +2 −4 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +3 −5 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +2 −2 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +3 −3 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +7 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream still sees driver-specific fixes in 2025, indicating active maintenance rather than abandonment.

  2. alldatasheet.com

    ISP1761 is an old Philips/NXP USB OTG controller product, with publicly mirrored datasheet revisions dating back to the mid-2000s.

  3. alldatasheet.com

    A later public datasheet mirror still describes the same legacy ISP1761 part rather than a current-generation replacement family.

codex reasoning notes (technical)

Real driver directory: Kconfig names module support for NXP ISP 1760/1761/1763, with host, gadget, and dual-role modes. Lore evidence came from `mcp__lore_http__.lore_file_timeline` and `mcp__lore_http__.lore_activity` on `drivers/usb/isp1760/isp1760-core.c`; newest touch is a 2025-04-24 linux-usb fix patch, so removal/deprecation is not supported by current upstream activity. An attempted lore removal-subject scan timed out, and a `lei` fallback was blocked by the sandbox, so absence of removal discussion is inferred only from the successful lore activity results. Deployment looks niche: these are older external embedded USB controller chips used on non-DMA-master style buses and eval/industrial designs, not mainstream 2025 platforms. Datasheet URLs were obtained via `web.search_query`; they support that the silicon family is old, but they do not prove formal EOL, so `last_widely_available_year` is left null. Recommendation is `keep-annotate`: active maintenance exists, but current use is likely limited to legacy/industrial embedded boards with low new deployment volume.