Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commits/commit/14142811f4c2d4da28e86ccb2375487f8dff02cb/drivers/usb/host/ohci-hcd.c You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

41 Commits (14142811f4c2d4da28e86ccb2375487f8dff02cb)

Author SHA1 Message Date
Hans de Goede b748b24fb5 ohci: Add missing cache-flush for hcca area 10 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Wu, Josh e0266f4942 usb: ohci: enable cache support 10 years ago
Hans de Goede bf495712ed usb: ohci: Add support for interrupt queues 10 years ago
Hans de Goede d563e62c34 usb: ohci: Add an ohci_alloc_urb() function 10 years ago
Hans de Goede 44dbc33056 usb: ohci: Do not reuse ed for interrupt endpoints of different devices 10 years ago
Hans de Goede 58b4048f64 usb: ohci: Add dm support 10 years ago
Hans de Goede 8f761f023c usb: ohci: Skip unnecessary mdelay(1) calls in various places 10 years ago
Hans de Goede 969bb5bad3 usb: ohci: Remove unnecessary delays from hc_start and power power-on paths 10 years ago
Hans de Goede 47976d2c16 usb: ohci: Do not resubmit and leak urbs for interrupt packets 10 years ago
Hans de Goede fa5b9baa0c usb: ohci: Don't log an error on interrupt packet timeout 10 years ago
Hans de Goede 8d005ef81a usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus 10 years ago
Hans de Goede cae01cb2a9 usb: ohci: Fix ctrl in messages with a data-len of 0 10 years ago
Hans de Goede 6651c14065 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c 10 years ago
Hans de Goede 26548bb283 usb: ohci: Remove unnecessary phcca variable 10 years ago
Hans de Goede 3c5497d831 usb: ohci: Move the td array struct to inside the ohci_dev struct 10 years ago
Hans de Goede 19d95d5729 usb: ohci: Move the ohci_dev struct to inside the main ohci struct 10 years ago
Hans de Goede c5613df585 usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars 10 years ago
Hans de Goede 69710ce3ee usb: ohci: Remove unused devgone global variable 10 years ago
Masahiro Yamada cba1da495d include: move various macros to include/linux/kernel.h 11 years ago
Masahiro Yamada f2168440de ARM: remove CONFIG_ARM920T defines 11 years ago
Stephen Warren eb838e7d84 usb: create common header virtual root hub descriptors 11 years ago
Mateusz Kulikowski 522c95647d usb: ohci-hcd: submit_common_msg: report actual_length properly 12 years ago
Troy Kisky 06d513ecb6 usb: add enum usb_init_type parameter to usb_lowlevel_init 12 years ago
Mateusz Zalega 16297cfb2a usb: new board-specific USB init interface 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Benoît Thébaudeau e53232250b arm: Remove support for unused s3c64xx 12 years ago
Ilya Yanok c60795f41d usb: use linux/usb/ch9.h instead of usbdescriptors.h 13 years ago
Lucas Stach c7e3b2b586 usb: lowlevel interface change to support multiple controllers 13 years ago
Troy Kisky f1273f1143 USB: Fix strict aliasing in ohci-hcd 13 years ago
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay() 13 years ago
amartin@nvidia.com f9636e8d38 USB: move keyboard polling into kbd driver 13 years ago
Marek Vasut 5f6aa03fda USB: Fix complaints about strict aliasing in OHCI-HCD 13 years ago
Anatolij Gustschin c4c9fbebae consolidate mdelay by providing a common function for all users 14 years ago
Wolfgang Denk 6bc52ef35c drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used 14 years ago
Simon Glass 96820a3587 Fix EHCI usb submit timeout and unify with OHCI 14 years ago
Marek Vasut f2443d10ff USB: Make non-bulk delay longer in OHCI 15 years ago
Becky Bruce a5496a180b drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel 15 years ago
kevin.morfitt@fearnside-systems.co.uk ac67804fbb Add a unified s3c24x0 header file 16 years ago
kevin.morfitt@fearnside-systems.co.uk 33bf447477 Add a unified s3c24x0 header file 16 years ago
Detlev Zundel 792a09eb9d Fix e-mail address of Gary Jennejohn. 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 2731b9a866 drivers/usb: regorganisation 16 years ago
Jerry Van Baren ae0b05df04 Fix whitespace damage: double space changed to a tab 16 years ago
Jean-Christophe PLAGNIOL-VILLARD d10c5a87cb drivers/usb: Move conditional compilation to Makefile 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 years ago
Remy Bohmer 4886720844 fix USB initialisation procedure 17 years ago
Remy Bohmer 6f5794a6f7 Refactoring parts of the common USB OHCI code 17 years ago
Remy Bohmer eba1f2fc75 Make usb-stop() safe to call multiple times in a row. 17 years ago
Yuri Tikhonov e90fb6afab USB EHCI: reset root hub 17 years ago
Guennadi Liakhovetski 8262813ca0 USB: Add support for OHCI controller on S3C6400 17 years ago