All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support
@ 2017-06-26 11:05 Bin Meng
  2017-06-26 11:05 ` [U-Boot] [PATCH 1/3] " Bin Meng
                   ` (3 more replies)
  0 siblings, 4 replies; 25+ messages in thread
From: Bin Meng @ 2017-06-26 11:05 UTC (permalink / raw)
  To: u-boot

This series is the final series of the xHCI driver update.

This adds the missing interrupt transfer support to xHCI driver, so
that devices like USB keyboard that uses interrupt transfer when
CONFIG_SYS_USB_EVENT_POLL is defined can work.

Previous two series:
[1]: usb: xhci: Fix USB xHCI support on Intel platform
https://lists.denx.de/pipermail/u-boot/2017-June/296166.html
[2]: usb: hub: Support USB 3.0 hubs
https://lists.denx.de/pipermail/u-boot/2017-June/296284.html

This series is available at u-boot-x86/xhci-working3 for testing.


Bin Meng (3):
  usb: xhci: Add interrupt transfer support
  usb: kbd: kconfig: Set a default polling mechanism for USB keyboard
  usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board
    configs

 configs/A10-OLinuXino-Lime_defconfig           |  1 +
 configs/A10s-OLinuXino-M_defconfig             |  1 +
 configs/A13-OLinuXinoM_defconfig               |  1 +
 configs/A13-OLinuXino_defconfig                |  1 +
 configs/A20-OLinuXino-Lime2_defconfig          |  1 +
 configs/A20-OLinuXino-Lime_defconfig           |  1 +
 configs/A20-OLinuXino_MICRO_defconfig          |  1 +
 configs/A20-Olimex-SOM-EVB_defconfig           |  1 +
 configs/A33-OLinuXino_defconfig                |  1 +
 configs/Ainol_AW1_defconfig                    |  1 +
 configs/Ampe_A76_defconfig                     |  1 +
 configs/Auxtek-T003_defconfig                  |  1 +
 configs/Auxtek-T004_defconfig                  |  1 +
 configs/Bananapi_M2_Ultra_defconfig            |  1 +
 configs/Bananapi_defconfig                     |  1 +
 configs/Bananapro_defconfig                    |  1 +
 configs/CHIP_defconfig                         |  1 +
 configs/CHIP_pro_defconfig                     |  1 +
 configs/CSQ_CS908_defconfig                    |  1 +
 configs/Chuwi_V7_CW0825_defconfig              |  1 +
 configs/Colombus_defconfig                     |  1 +
 configs/Cubieboard2_defconfig                  |  1 +
 configs/Cubieboard4_defconfig                  |  1 +
 configs/Cubieboard_defconfig                   |  1 +
 configs/Cubietruck_defconfig                   |  1 +
 configs/Cubietruck_plus_defconfig              |  1 +
 configs/Empire_electronix_d709_defconfig       |  1 +
 configs/Empire_electronix_m712_defconfig       |  1 +
 configs/Hummingbird_A31_defconfig              |  1 +
 configs/Hyundai_A7HD_defconfig                 |  1 +
 configs/Itead_Ibox_A20_defconfig               |  1 +
 configs/Lamobo_R1_defconfig                    |  1 +
 configs/LicheePi_Zero_defconfig                |  1 +
 configs/Linksprite_pcDuino3_Nano_defconfig     |  1 +
 configs/Linksprite_pcDuino3_defconfig          |  1 +
 configs/Linksprite_pcDuino_defconfig           |  1 +
 configs/MK808C_defconfig                       |  1 +
 configs/MSI_Primo73_defconfig                  |  1 +
 configs/MSI_Primo81_defconfig                  |  1 +
 configs/Marsboard_A10_defconfig                |  1 +
 configs/Mele_A1000G_quad_defconfig             |  1 +
 configs/Mele_A1000_defconfig                   |  1 +
 configs/Mele_I7_defconfig                      |  1 +
 configs/Mele_M3_defconfig                      |  1 +
 configs/Mele_M5_defconfig                      |  1 +
 configs/Mele_M9_defconfig                      |  1 +
 configs/Merrii_A80_Optimus_defconfig           |  1 +
 configs/Mini-X_defconfig                       |  1 +
 configs/Nintendo_NES_Classic_Edition_defconfig |  1 +
 configs/Orangepi_defconfig                     |  1 +
 configs/Orangepi_mini_defconfig                |  1 +
 configs/Sinlinx_SinA31s_defconfig              |  1 +
 configs/Sinlinx_SinA33_defconfig               |  1 +
 configs/Sinovoip_BPI_M2_Plus_defconfig         |  1 +
 configs/Sinovoip_BPI_M2_defconfig              |  1 +
 configs/Sinovoip_BPI_M3_defconfig              |  1 +
 configs/Sunchip_CX-A99_defconfig               |  1 +
 configs/UTOO_P66_defconfig                     |  1 +
 configs/Wexler_TAB7200_defconfig               |  1 +
 configs/Wits_Pro_A20_DKT_defconfig             |  1 +
 configs/Wobo_i5_defconfig                      |  1 +
 configs/Yones_Toptech_BD1078_defconfig         |  1 +
 configs/Yones_Toptech_BS1078_V2_defconfig      |  1 +
 configs/ba10_tv_box_defconfig                  |  1 +
 configs/bananapi_m64_defconfig                 |  1 +
 configs/cgtqmx6eval_defconfig                  |  1 +
 configs/colorfly_e708_q1_defconfig             |  1 +
 configs/difrnce_dit4350_defconfig              |  1 +
 configs/dms-ba16-1g_defconfig                  |  1 +
 configs/dms-ba16_defconfig                     |  1 +
 configs/dserve_dsrv9703c_defconfig             |  1 +
 configs/ga10h_v1_1_defconfig                   |  1 +
 configs/gt90h_v4_defconfig                     |  1 +
 configs/gwventana_emmc_defconfig               |  1 +
 configs/gwventana_gw5904_defconfig             |  1 +
 configs/gwventana_nand_defconfig               |  1 +
 configs/h8_homlet_v2_defconfig                 |  1 +
 configs/i12-tvbox_defconfig                    |  1 +
 configs/iNet_3F_defconfig                      |  1 +
 configs/iNet_3W_defconfig                      |  1 +
 configs/iNet_86VS_defconfig                    |  1 +
 configs/iNet_D978_rev2_defconfig               |  1 +
 configs/icnova-a20-swac_defconfig              |  1 +
 configs/inet1_defconfig                        |  1 +
 configs/inet86dz_defconfig                     |  1 +
 configs/inet97fv2_defconfig                    |  1 +
 configs/inet98v_rev2_defconfig                 |  1 +
 configs/inet9f_rev03_defconfig                 |  1 +
 configs/inet_q972_defconfig                    |  1 +
 configs/jesurun_q5_defconfig                   |  1 +
 configs/mixtile_loftq_defconfig                |  1 +
 configs/mk802_a10s_defconfig                   |  1 +
 configs/mk802_defconfig                        |  1 +
 configs/mk802ii_defconfig                      |  1 +
 configs/mx6qsabrelite_defconfig                |  1 +
 configs/nanopi_m1_defconfig                    |  1 +
 configs/nanopi_m1_plus_defconfig               |  1 +
 configs/nanopi_neo2_defconfig                  |  1 +
 configs/nanopi_neo_air_defconfig               |  1 +
 configs/nanopi_neo_defconfig                   |  1 +
 configs/nitrogen6dl2g_defconfig                |  1 +
 configs/nitrogen6dl_defconfig                  |  1 +
 configs/nitrogen6q2g_defconfig                 |  1 +
 configs/nitrogen6q_defconfig                   |  1 +
 configs/nitrogen6s1g_defconfig                 |  1 +
 configs/nitrogen6s_defconfig                   |  1 +
 configs/novena_defconfig                       |  1 +
 configs/orangepi_2_defconfig                   |  1 +
 configs/orangepi_lite_defconfig                |  1 +
 configs/orangepi_one_defconfig                 |  1 +
 configs/orangepi_pc2_defconfig                 |  1 +
 configs/orangepi_pc_defconfig                  |  1 +
 configs/orangepi_pc_plus_defconfig             |  1 +
 configs/orangepi_plus2e_defconfig              |  1 +
 configs/orangepi_plus_defconfig                |  1 +
 configs/orangepi_prime_defconfig               |  1 +
 configs/orangepi_win_defconfig                 |  1 +
 configs/orangepi_zero_defconfig                |  1 +
 configs/orangepi_zero_plus2_defconfig          |  1 +
 configs/parrot_r16_defconfig                   |  1 +
 configs/pine64_plus_defconfig                  |  1 +
 configs/polaroid_mid2407pxe03_defconfig        |  1 +
 configs/polaroid_mid2809pxe04_defconfig        |  1 +
 configs/pov_protab2_ips9_defconfig             |  1 +
 configs/q8_a13_tablet_defconfig                |  1 +
 configs/q8_a23_tablet_800x480_defconfig        |  1 +
 configs/q8_a33_tablet_1024x600_defconfig       |  1 +
 configs/q8_a33_tablet_800x480_defconfig        |  1 +
 configs/r7-tv-dongle_defconfig                 |  1 +
 configs/sandbox_defconfig                      |  1 -
 configs/sandbox_flattree_defconfig             |  1 -
 configs/sandbox_noblk_defconfig                |  1 -
 configs/sandbox_spl_defconfig                  |  1 -
 configs/sopine_baseboard_defconfig             |  1 +
 configs/sun8i_a23_evb_defconfig                |  1 +
 configs/sunxi_Gemei_G9_defconfig               |  1 +
 configs/tbs2910_defconfig                      |  1 +
 drivers/usb/Kconfig                            |  2 +-
 drivers/usb/host/xhci.c                        | 13 ++++++++++---
 include/configs/MPC8610HPCD.h                  |  1 -
 include/configs/MPC8641HPCN.h                  |  1 -
 include/configs/advantech_dms-ba16.h           |  1 -
 include/configs/am3517_crane.h                 |  1 -
 include/configs/am3517_evm.h                   |  1 -
 include/configs/apalis_imx6.h                  |  3 ---
 include/configs/cgtqmx6eval.h                  |  1 -
 include/configs/colibri_imx6.h                 |  3 ---
 include/configs/cyrus.h                        |  1 -
 include/configs/ge_bx50v3.h                    |  1 -
 include/configs/gw_ventana.h                   |  1 -
 include/configs/mx6cuboxi.h                    |  1 -
 include/configs/nitrogen6x.h                   |  1 -
 include/configs/novena.h                       |  1 -
 include/configs/omap3_evm.h                    |  1 -
 include/configs/rpi.h                          |  1 -
 include/configs/sunxi-common.h                 |  1 -
 include/configs/tbs2910.h                      |  1 -
 include/configs/tegra-common-post.h            |  1 -
 include/configs/x86-common.h                   |  1 -
 scripts/config_whitelist.txt                   |  3 ---
 160 files changed, 144 insertions(+), 35 deletions(-)

-- 
2.9.2

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-07-30 23:42 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 11:05 [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support Bin Meng
2017-06-26 11:05 ` [U-Boot] [PATCH 1/3] " Bin Meng
2017-06-26 11:05 ` [U-Boot] [PATCH 2/3] usb: kbd: kconfig: Set a default polling mechanism for USB keyboard Bin Meng
2017-06-26 11:05 ` [U-Boot] [PATCH 3/3] usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board configs Bin Meng
2017-07-07  3:57   ` Simon Glass
2017-07-30 21:01   ` Rask Ingemann Lambertsen
2017-07-30 22:30     ` Bin Meng
2017-07-30 23:03       ` Marek Vasut
2017-07-30 23:42         ` Bin Meng
2017-06-28 11:00 ` [U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support Stefan Roese
2017-06-28 12:11   ` Bin Meng
2017-06-28 12:47     ` Stefan Roese
2017-06-29  5:39       ` Bin Meng
2017-06-29  6:13         ` Stefan Roese
2017-06-29  6:51           ` Bin Meng
2017-06-29  8:09             ` Stefan Roese
2017-06-29  8:20               ` Stefan Roese
2017-06-29  9:01                 ` Bin Meng
2017-06-29  9:03                   ` Stefan Roese
2017-06-29  8:57               ` Bin Meng
2017-06-29  9:54                 ` Bin Meng
2017-06-29  9:12           ` Stefan Bruens
2017-06-29  9:16             ` Bin Meng
2017-06-28 22:52   ` Bin Meng
2017-06-29  2:38     ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.