Changeset 7ee7e6a in mainline for uspace/drv
- Timestamp:
- 2017-05-15T21:24:35Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- Location:
- uspace/drv
- Files:
-
- 16 edited
-
bus/usb/ehci/ehci_regs.h (modified) (1 diff)
-
bus/usb/ohci/ohci_regs.h (modified) (1 diff)
-
bus/usb/uhci/hc.h (modified) (1 diff)
-
bus/usb/uhci/uhci_rh.h (modified) (1 diff)
-
char/i8042/i8042.h (modified) (1 diff)
-
fb/amdm37x_dispc/amdm37x_dispc.h (modified) (1 diff)
-
platform/amdm37x/cm/clock_control.h (modified) (1 diff)
-
platform/amdm37x/cm/core.h (modified) (1 diff)
-
platform/amdm37x/cm/iva2.h (modified) (1 diff)
-
platform/amdm37x/cm/mpu.h (modified) (1 diff)
-
platform/amdm37x/cm/usbhost.h (modified) (1 diff)
-
platform/amdm37x/prm/clock_control.h (modified) (1 diff)
-
platform/amdm37x/prm/global_reg.h (modified) (1 diff)
-
platform/amdm37x/prm/usbhost.h (modified) (1 diff)
-
platform/amdm37x/uhh.h (modified) (1 diff)
-
platform/amdm37x/usbtll.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_regs.h
r0e7c3d9 r7ee7e6a 35 35 #define DRV_EHCI_EHCI_REGS_H 36 36 37 #include <sys/types.h>38 37 #include <byteorder.h> 39 38 #include <macros.h> -
uspace/drv/bus/usb/ohci/ohci_regs.h
r0e7c3d9 r7ee7e6a 38 38 39 39 #include <ddi.h> 40 #include <sys/types.h>41 40 #include <byteorder.h> 42 41 -
uspace/drv/bus/usb/uhci/hc.h
r0e7c3d9 r7ee7e6a 41 41 #include <macros.h> 42 42 #include <stdbool.h> 43 #include < sys/types.h>43 #include <ddi.h> 44 44 #include <usb/host/hcd.h> 45 45 #include <usb/host/usb_transfer_batch.h> -
uspace/drv/bus/usb/uhci/uhci_rh.h
r0e7c3d9 r7ee7e6a 41 41 42 42 #include <stdbool.h> 43 #include < sys/types.h>43 #include <ddi.h> 44 44 45 45 /** Endpoint number for status change pipe. */ -
uspace/drv/char/i8042/i8042.h
r0e7c3d9 r7ee7e6a 41 41 42 42 #include <io/chardev_srv.h> 43 #include < sys/types.h>43 #include <ddi.h> 44 44 #include <fibril_synch.h> 45 45 #include <ddf/driver.h> -
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h
r0e7c3d9 r7ee7e6a 40 40 #include <abi/fb/visuals.h> 41 41 #include <pixconv.h> 42 #include <ddi.h> 42 43 43 44 #include "amdm37x_dispc_regs.h" -
uspace/drv/platform/amdm37x/cm/clock_control.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_CLOCK_CONTROL_CM_H 36 36 #define AMDM37x_CLOCK_CONTROL_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/cm/core.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_CORE_CM_H 36 36 #define AMDM37x_CORE_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/cm/iva2.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_IVA2_CM_H 36 36 #define AMDM37x_IVA2_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/cm/mpu.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_MPU_CM_H 36 36 #define AMDM37x_MPU_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/cm/usbhost.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_USBHOST_CM_H 36 36 #define AMDM37x_USBHOST_CM_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 /* AM/DM37x TRM p.447 */ -
uspace/drv/platform/amdm37x/prm/clock_control.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H 36 36 #define AMDM37X_PRM_CLOCK_CONTROL_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/prm/global_reg.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_GLOBAL_REG_H 36 36 #define AMDM37X_PRM_GLOBAL_REG_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/prm/usbhost.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H 36 36 #define AMDM37X_PRM_CLOCK_CONTROL_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 -
uspace/drv/platform/amdm37x/uhh.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_UHH_H 36 36 #define AMDM37x_UHH_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 #define AMDM37x_UHH_BASE_ADDRESS 0x48064000 -
uspace/drv/platform/amdm37x/usbtll.h
r0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_USBTLL_H 36 36 #define AMDM37x_USBTLL_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 #define AMDM37x_USBTLL_BASE_ADDRESS 0x48062000
Note:
See TracChangeset
for help on using the changeset viewer.
