Module Name:src
Committed By: skrll
Date: Mon Jan 11 17:00:19 UTC 2021
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Tidy up more error handling confusion
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/external/bsd/dwc2/di
Module Name:src
Committed By: skrll
Date: Thu Jan 7 13:25:51 UTC 2021
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
More converstion from usbd_status to int for function error reporting.
This time it's the turn of usb_allocmem.
(missed in previous commit
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 14:05:06 UTC 2020
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
#ifdef DIAGNOSTIC --> __diagused
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/external/bsd/dwc2/dwc2.c
Plea
Module Name:src
Committed By: skrll
Date: Wed Dec 4 06:28:35 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are n
Module Name:src
Committed By: jmcneill
Date: Tue Dec 3 22:22:36 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
build fix
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are n
Module Name:src
Committed By: skrll
Date: Tue Dec 3 14:38:49 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Calulate the right lenght for isoc transfer and the usb_syncmem
PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+
To generate a
Module Name:src
Committed By: skrll
Date: Tue Dec 3 14:35:50 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Use size_t for loop count variable
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/external/bsd/dwc2/dwc2.c
Please
Module Name:src
Committed By: skrll
Date: Tue Dec 3 13:37:50 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Need for previous
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Tue Dec 3 11:25:44 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Make dwc2debug sysctl'able
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/external/bsd/dwc2/dwc2.c
Please note th
Module Name:src
Committed By: skrll
Date: Tue Dec 3 11:22:06 UTC 2019
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are not public
Module Name:src
Committed By: skrll
Date: Tue Aug 28 08:17:10 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Fix non-DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/external/bsd/dwc2/dwc2.c
Please note that
Module Name:src
Committed By: riastradh
Date: Mon Aug 27 17:13:07 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2: dwc2.h
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Fix fallout from linux/gfp.h -> common.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: skrll
Date: Sun Aug 12 09:59:30 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c
Log Message:
Fixup previous to not break ping protocol. My bad.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/ex
Module Name:src
Committed By: rin
Date: Fri Aug 10 04:24:46 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Fix debug build. Also make formats more consistent with others in
DPRINTF added in the previous commit.
To generate a diff of this commit:
Module Name:src
Committed By: simonb
Date: Wed Aug 8 07:20:44 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.h dwc2_hcd.c dwc2_hcd.h
dwc2_hcdintr.c dwc2_hcdqueue.c
Log Message:
Merge
https://github.com/torvalds/linux/commit/38d2b5fb75c15923
Module Name:src
Committed By: skrll
Date: Tue Aug 7 16:35:08 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
aprint_verbose the core version
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/external/bsd/dwc2/dwc2.c
Please no
Module Name:src
Committed By: rin
Date: Tue Aug 7 08:36:31 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Do not call usb_syncmem(9) with len = 0 to avoid diagnostic assertion
failure in bus_dmamap_sync(9) on Raspberry Pi 3 Model B running in
aarc
Module Name:src
Committed By: skrll
Date: Wed Aug 1 16:44:14 UTC 2018
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Fix the alignment argument to usb_allocmem in dwc2_hc_setup_align_buf
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1
Module Name:src
Committed By: skrll
Date: Sun Dec 4 16:59:49 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Add a missing usb_syncmem(... BUS_DMASYNC_PRE{READ,WRITE}) for the
transfer buffer
To generate a diff of this commit:
cvs rdiff -u -r1.44
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:17:54 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c dwc2.h
src/sys/external/bsd/dwc2/conf: files.dwc2
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:14:39 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_hcdddma.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/dwc2/dist
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:09:09 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/external/bsd/dwc2/dwc2.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Fri Feb 19 21:10:18 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.h
Log Message:
In msleep use udelay if cold or sleep is small enough. This is mostly
copied from the drm2 version.
To generate a diff of this commit:
c
Module Name:src
Committed By: skrll
Date: Sun Feb 14 10:56:23 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Update for latest dwc2 dist
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/external/bsd/dwc2/dwc2.c
Please note t
Module Name:src
Committed By: skrll
Date: Sun Feb 14 10:53:30 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
dwc2_hw.h
Log Message:
Module Name:src
Committed By: skrll
Date: Sun Feb 14 10:34:09 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.h
Log Message:
Fix DWC2_READ_4 in dwc2_sample_frrem which is unused
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/exter
Module Name:src
Committed By: skrll
Date: Tue Dec 22 14:31:36 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Stop the callout if the transfer didn't get enqueued
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/external/bsd/d
Module Name:src
Committed By: skrll
Date: Tue Dec 22 14:29:28 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Report an error when return -ENODEV for the unsupported setup.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src
Module Name:src
Committed By: skrll
Date: Tue Sep 1 14:03:00 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c
Log Message:
kern/50185: dwctwo attach failure
Another hunk went walkabout during the import - reapply with a little
update
To generate a d
Module Name:src
Committed By: skrll
Date: Tue Sep 1 06:24:21 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c
Log Message:
Re-apply hunk that got lost in the recent import. CVS is fun!
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/
Module Name:src
Committed By: uebayasi
Date: Mon Aug 31 06:12:55 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c
Log Message:
Fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c
Module Name:src
Committed By: skrll
Date: Sun Aug 30 13:03:00 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwctwo2netbsd
Log Message:
Note where we're tracking dwc2 from now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/dwc2/dwc
Module Name:src
Committed By: skrll
Date: Sun Aug 30 12:59:59 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h
Log Message:
Merge conflicts
To gener
Module Name:src
Committed By: skrll
Date: Sun Aug 30 12:26:29 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.h
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/dwc2/dwc2.h
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Sun Aug 30 10:48:15 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Sun Aug 23 13:18:44 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Move rd assignment. Spotted by christos@. Thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/external/bsd/dwc2
Module Name:src
Committed By: skrll
Date: Sun Aug 23 11:15:08 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Do BUS_DMASYNC_POST{READ,WRITE} on transfer buffers appropriately
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/e
Module Name:src
Committed By: skrll
Date: Tue Aug 18 12:01:16 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are no
Module Name:src
Committed By: hikaru
Date: Fri May 1 06:58:40 UTC 2015
Modified Files:
src/sys/external/bsd/dwc2: dwc2var.h
src/sys/external/bsd/dwc2/dist: dwc2_core.c
Log Message:
Support external DMA mode and provide an interface for DMA address configuration
Module Name:src
Committed By: macallan
Date: Tue Dec 23 16:20:06 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.h
Log Message:
#include "opt_usb.h"
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/dwc2/dwc2.h
Please note that di
Module Name:src
Committed By: skrll
Date: Mon Nov 24 10:14:15 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c
Log Message:
Simplify the NAK holdoff change.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/external/b
Module Name:src
Committed By: skrll
Date: Wed Sep 3 10:00:08 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c
dwc2_hcdqueue.c
Log Message:
Adapt the NAK holdoff scheme for FS/LS devices from the Raspberry Pi
Foundat
Module Name:src
Committed By: macallan
Date: Tue Sep 2 23:26:20 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
dwc2_hubd appears to be unused so #if 0 it in order to appease clang
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src
Module Name:src
Committed By: skrll
Date: Sat Jul 26 09:18:53 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c
Log Message:
Recover from channel halt errors by using the 3 strikes xacterr rule.
Adapted from the RaspberryPI linux driver.
This allows
Module Name:src
Committed By: skrll
Date: Thu Jul 3 07:18:43 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dis
Module Name:src
Committed By: skrll
Date: Sat Jun 28 07:01:51 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Use DWC2_XFER2DPIPE
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/external/bsd/dwc2/dwc2.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Fri Jun 27 07:28:26 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Use the right macro in dwc2_root_intr_start
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/external/bsd/dwc2/dwc2.
Module Name:src
Committed By: skrll
Date: Fri Apr 4 05:40:57 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_coreintr.c
Log Message:
Fix non-DWC2_DEBUG build.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/dwc2/dist/dwc2_c
Module Name:src
Committed By: skrll
Date: Thu Apr 3 06:34:58 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
Log Message:
Merge conflicts.
To
Module Name:src
Committed By: skrll
Date: Thu Apr 3 06:07:22 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwctwo2netbsd
Log Message:
New dwc2 location - it moved out of staging.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/dwc2
Module Name:src
Committed By: skrll
Date: Fri Mar 21 09:19:10 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_coreintr.c dwc2_hcd.c
dwc2_hcdintr.c dwc2_hcdqueue.c
Log Message:
Fix non-USB_DEBUG (and non-DWC2_DEBUG) build
To generate
Module Name:src
Committed By: skrll
Date: Fri Jan 3 14:41:57 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Small bit of tidyup and remove a XXX now that it's possible.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/extern
Module Name:src
Committed By: skrll
Date: Fri Jan 3 12:20:26 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Call callout_reset on the xfer timeoute_handle before calling
dwc2_hcd_urb_enqueue
To generate a diff of this commit:
cvs rdiff -u -r1.24
Module Name:src
Committed By: skrll
Date: Fri Jan 3 12:07:37 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Change a KASSERT to a KASSERTMSG and add a DPRINTFN.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/external/bsd/d
Module Name:src
Committed By: skrll
Date: Thu Jan 2 15:54:10 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c
Log Message:
Protect access of urb->hcpriv by adapting the following change from the
Module Name:src
Committed By: skrll
Date: Tue Dec 31 09:10:44 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
KASSERT that the transfer callout is not pending.
Removes a XXX
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/ex
Module Name:src
Committed By: skrll
Date: Sat Dec 14 09:58:03 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcdddma.c
Log Message:
Remove unused variables.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/dwc2/dist/dwc2_hcd
Module Name:src
Committed By: skrll
Date: Thu Nov 28 06:56:36 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Drop the intr_lock when calling usb_schedsoftintr so that we don't lock
against ourself in dwc2_softintr in the polling case.
To generate
Module Name:src
Committed By: skrll
Date: Sun Nov 24 12:25:19 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c
dwc2_hcdqueue.c
Log Message:
Resolve conflicts.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sy
Module Name:src
Committed By: skrll
Date: Tue Nov 19 10:07:11 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Zeroise the whole urb including the iso_descs array
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/external/bsd/dw
Module Name:src
Committed By: skrll
Date: Tue Nov 19 07:50:01 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Correct the interval assignment for isoc and intr transfers.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/extern
Module Name:src
Committed By: skrll
Date: Tue Nov 19 07:45:42 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/extern
Module Name:src
Committed By: skrll
Date: Thu Nov 14 12:41:14 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/dwc2/dwc2.c
Please note that
Module Name:src
Committed By: skrll
Date: Thu Nov 14 12:41:46 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Simplify variable assignment and avoid gcc warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/externa
Module Name:src
Committed By: skrll
Date: Thu Nov 14 12:40:51 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/dwc2/dist/dwc2_hcd
Module Name:src
Committed By: skrll
Date: Tue Nov 12 15:13:14 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.h
Log Message:
Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/dw
Module Name:src
Committed By: skrll
Date: Fri Nov 1 15:03:39 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c dwc2.h
Log Message:
Don't always define DWC2_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/external/bsd/dwc2/dwc2.c
cvs
Module Name:src
Committed By: skrll
Date: Tue Oct 22 16:37:08 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Be strictly correct about chan->xfer_dma assignment and avoid calling
DMAADDR on fully transfered data phase of a control transfer
Module Name:src
Committed By: skrll
Date: Tue Oct 22 12:57:40 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2var.h
Log Message:
Remove unused usbd_xfer_handle from dwc2_pipe. (missed commit)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ext
Module Name:src
Committed By: skrll
Date: Tue Oct 22 09:42:20 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Remove unused usbd_xfer_handle from dwc2_pipe.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/dwc2/dw
Module Name:src
Committed By: skrll
Date: Tue Oct 22 09:30:04 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Minor cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Tue Oct 22 09:23:34 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Remove daft KASSERTs
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dwc2.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Tue Oct 15 07:38:37 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Make this compile for more option combinations.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/dwc2/d
Module Name:src
Committed By: skrll
Date: Tue Oct 15 07:37:54 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Translate ENODEV to USBD_INVAL
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/dwc2/dwc2.c
Please not
Module Name:src
Committed By: skrll
Date: Sat Oct 5 07:00:42 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwctwo2netbsd
Log Message:
Better instructions
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/dwc2/dwctwo2netbsd
Please no
Module Name:src
Committed By: skrll
Date: Sat Oct 5 06:51:43 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
Log Message:
Merge conflicts.
To
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:53:23 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
At least attempt to handle USBD_DEFAULT_INTERVAL.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/dwc2/
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:48:51 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
A small code simplification
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/dwc2/dwc2.c
Please note tha
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:45:10 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Pass any error from dwc2_device_start upwards.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/dwc2/dwc2
Module Name:src
Committed By: skrll
Date: Wed Oct 2 11:36:27 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Some core configurations cannot support LS traffic on a FS root port.
Fix adapted from the github.com/raspberrypi driver.
To ge
Module Name:src
Committed By: skrll
Date: Fri Sep 27 22:03:02 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
src/sys/external/bsd/dwc2/dist: dwc2_hcd.h
Log Message:
First pass at isoc transfer support - seems to work. More testing
required.
To generat
Module Name:src
Committed By: skrll
Date: Fri Sep 27 21:56:05 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcd.h
Log Message:
Tidyup dwc2_host_is_b_hnp_enabled
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: skrll
Date: Fri Sep 27 21:50:45 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Missed a sc->sc_intr_lock to hsotg->lock change from earlier commit.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/
Module Name:src
Committed By: skrll
Date: Fri Sep 27 21:42:42 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Improve a couple of DPRINTFs
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/dwc2/dwc2.c
Please note th
Module Name:src
Committed By: skrll
Date: Fri Sep 27 21:39:34 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c dwc2var.h
src/sys/external/bsd/dwc2/dist: dwc2_coreintr.c dwc2_hcdintr.c
Log Message:
Use the hsotg->lock spin lock solely
To generate a diff
Module Name:src
Committed By: skrll
Date: Wed Sep 25 06:19:22 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
dwc2_hw.h
Log Message:
Module Name:src
Committed By: skrll
Date: Sat Sep 21 13:17:00 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Improve a couple of DPRINTFs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/dwc2/dwc2.c
Please note th
Module Name:src
Committed By: skrll
Date: Thu Sep 5 20:25:27 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
Added Files:
src/sys/extern
88 matches
Mail list logo