Linux Device Driver Development
[Prev Page][Next Page]
- [PATCH 02/31] staging: mt7621-mmc: Remove unused field get_cd_status from msdc_hw, (continued)
- [PATCH 02/31] staging: mt7621-mmc: Remove unused field get_cd_status from msdc_hw, Christian Lütke-Stetzkamp
- [PATCH 09/31] staging: mt7621-mmc: Relax cpu while waiting for stable clock, Christian Lütke-Stetzkamp
- [PATCH 28/31] staging: mt7621-mmc: Remove unused card_workqueue from msdc_host, Christian Lütke-Stetzkamp
- [PATCH 14/31] staging: mt7621-mmc: Start cleanup of msdc_dma_config, Christian Lütke-Stetzkamp
- [PATCH 10/31] staging: mt7621-mmc: Remove unused field data_offset from msdc_hw, Christian Lütke-Stetzkamp
- [PATCH 20/31] staging: mt7621-mmc: Correct datatypes for io and sanitize io access, Christian Lütke-Stetzkamp
- [PATCH 18/31] staging: mt7621-mmc: Fix dma_map_sg may map to fever entries, Christian Lütke-Stetzkamp
- [PATCH 12/31] staging: mt7621-mmc: Remove unused field burstsz from msdc_dma, Christian Lütke-Stetzkamp
- [PATCH 01/31] staging: mt7621-mmc: Remove unused code from board.h, Christian Lütke-Stetzkamp
- [PATCH 16/31] staging: mt7621-mmc: Remove flags from msdc_dma, Christian Lütke-Stetzkamp
- [PATCH 26/31] staging: mt7621:mmc: Remove unused field reserved from msdc_host, Christian Lütke-Stetzkamp
- [PATCH 07/31] staging: mt7621-mmc: Refactor and rename msdc_reset to msdc_reset_hw, Christian Lütke-Stetzkamp
- [PATCH 06/31] staging: mt7621-mmc: Remove power callbacks from msdc_hw, Christian Lütke-Stetzkamp
- [PATCH 11/31] staging: mt7621-mmc: Remove multiple assignments, Christian Lütke-Stetzkamp
- [PATCH 17/31] staging: mt7621-mmc: Remove unused field xfersz from msdc_dma, Christian Lütke-Stetzkamp
- [PATCH 08/31] staging: mt7621-mmc: Remove code for not existent config, Christian Lütke-Stetzkamp
- [PATCH 04/31] staging: mt7621-mmc: Remove unused field disable_cd_eirq, Christian Lütke-Stetzkamp
- [PATCH 13/31] staging: mt7621-mmc: Remove unused function msdc_dma_dump, Christian Lütke-Stetzkamp
- [PATCH 22/31] staging: mt7621-mmc: Refactor msdc_init_gpd_bd, Christian Lütke-Stetzkamp
- [PATCH 03/31] staging: mt7621-mmc: Remove unused field enable_cd_eirq from msdc_hw, Christian Lütke-Stetzkamp
- [PATCH 19/31] staging: mt7621-mmc: Replace dma dir with mmc_get_dma_dir, Christian Lütke-Stetzkamp
- [PATCH 25/31] staging: mt7621-mmc: Remove unused field starttime from msdc_host, Christian Lütke-Stetzkamp
- [PATCH 27/31] staging: mt7621-mmc: Remove unused field dma_left_size of msdc_host, Christian Lütke-Stetzkamp
- [PATCH 31/31] staging: mt7621-mmc: Remove unused field dma_addr of msdc_host, Christian Lütke-Stetzkamp
- [PATCH 29/31] staging: mt7621-mmc: Remove unused field cmd_r1b_done in msdc_host, Christian Lütke-Stetzkamp
- [PATCH 30/31] staging: mt7621-mmc: Remove unused field cmd_rsp_done of msdc_host, Christian Lütke-Stetzkamp
- [PATCH 24/31] staging: mt7621-mmc: Change default transfer mode to DMA, Christian Lütke-Stetzkamp
- [PATCH 21/31] staging: mt7621-mmc: Add annotations about held locks, Christian Lütke-Stetzkamp
- [PATCH 05/31] staging: mt7621-mmc: Fix null pointer deref if ext sdio irq enabled, Christian Lütke-Stetzkamp
- [PATCH 15/31] staging: mt7621-mmc: Remove unused fields from msdc_dma, Christian Lütke-Stetzkamp
- [PATCH 23/31] staging: mt7621-mmc: Remove old references to tasklet, Christian Lütke-Stetzkamp
- Re: [PATCH 00/31] staging: mt7621-mmc: Next cleanups, NeilBrown
- Re: [PATCH 00/31] staging: mt7621-mmc: Next cleanups, Greg Kroah-Hartman
- [cfs_trace_lock_tcd] BUG: unable to handle kernel NULL pointer dereference at 00000050,
Fengguang Wu
- [PATCH] staging: media: davinci_vpfe: fix spin_lock/unlock imbalance, Gustavo A. R. Silva
- [PATCH 00/22] staging: wilc1000: cleanup patches to follow linux coding style,
Ajay Singh
- [PATCH 01/22] staging: wilc1000: rename WILC_WFI_wep_key & WILC_WFI_wep_key_len, Ajay Singh
- [PATCH 02/22] staging: wilc1000: rename variable using datatype in their name in add_key(), Ajay Singh
- [PATCH 03/22] staging: wilc1000: split add_key() to avoid line over 80 chars, Ajay Singh
- [PATCH 05/22] staging: wilc1000: refactor add_key() to avoid duplicated code, Ajay Singh
- [PATCH 04/22] staging: wilc1000: remove inner block {} and resetting of mode variable, Ajay Singh
- [PATCH 06/22] staging: wilc1000: handle error condition in add_key() and remove auth_type variable, Ajay Singh
- [PATCH 07/22] staging: wilc1000: use sizeof(variable) for memory allocated to store key info, Ajay Singh
- [PATCH 08/22] staging: wilc1000: fix line over 80 chars in change_station(), Ajay Singh
- [PATCH 09/22] staging: wilc1000: rename WID_LOGTerminal_Switch to avoid camelCase, Ajay Singh
- [PATCH 10/22] staging: wilc1000: added identifiers name in function definations, Ajay Singh
- [PATCH 12/22] staging: wilc1000: remove multiple define used for MAX_SSID_LEN, Ajay Singh
- [PATCH 11/22] staging: wilc1000: remove unused macros in wilc module, Ajay Singh
- [PATCH 13/22] staging: wilc1000: remove multiple define for mac connect and disconnect, Ajay Singh
- [PATCH 16/22] staging: wilc1000: remove the use of goto label in wilc_spi_read_int(), Ajay Singh
- [PATCH 14/22] staging: wilc1000: remove the use of goto label in spi_cmd_complete(), Ajay Singh
- [PATCH 17/22] staging: wilc1000: remove goto label '_done_' in handle_listen_state_expired(), Ajay Singh
- [PATCH 15/22] staging: wilc1000: remove the use of goto label in wilc_spi_read_size(), Ajay Singh
- [PATCH 18/22] staging: wilc1000: remove the use of goto label in wilc_init(), Ajay Singh
- [PATCH 20/22] staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init(), Ajay Singh
- [PATCH 21/22] staging: wilc1000: remove the use of goto label in wilc_spi_clear_int_ext(), Ajay Singh
- [PATCH 19/22] staging: wilc1000: rename goto label '_fail_' linux naming convension, Ajay Singh
- [PATCH 22/22] staging: wilc1000: rename pu32InactiveTime to avoid camelCase issue, Ajay Singh
- Re: [PATCH 00/22] staging: wilc1000: cleanup patches to follow linux coding style, Greg KH
- [Patch v2] staging fbtft: Fixed lines exceeding columns limit, Renato Soma
- [PATCH net-next] hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation,
Haiyang Zhang
- [PATCH v3 00/20] Allow compile-testing NO_DMA (drivers),
Geert Uytterhoeven
- [PATCH v3 08/20] iio: adc: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 04/20] fbdev: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 10/20] lightnvm: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 15/20] net: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 03/20] crypto: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 09/20] iommu: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 20/20] usb: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 11/20] mailbox: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 02/20] ata: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 16/20] remoteproc: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 06/20] fpga: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 14/20] mtd: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 07/20] i2c: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 12/20] media: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 05/20] firewire: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 19/20] staging: vc04_services: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 13/20] mmc: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 17/20] serial: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH v3 18/20] spi: Remove depends on HAS_DMA in case of platform dependency, Geert Uytterhoeven
- [PATCH] staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit(),
Kirill Marinushkin
- [PATCH] staging: ks7010: Fix coding style issues,
Fernando Pereira
- [PATCH v2 0/4] uio_hv_generic fixes,
Stephen Hemminger
- [PATCH 0/9] Do some atomisp cleanups,
Mauro Carvalho Chehab
- [PATCH 4/9] media: staging: atomisp-gc2235: don't fill an unused var, Mauro Carvalho Chehab
- [PATCH 2/9] media: staging: atomisp: reenable warnings for I2C, Mauro Carvalho Chehab
- [PATCH 6/9] media: atomisp: ov2680: don't declare unused vars, Mauro Carvalho Chehab
- [PATCH 1/9] media: staging: atomisp: get rid of __KERNEL macros, Mauro Carvalho Chehab
- [PATCH 7/9] media: atomisp-gc0310: return errors at gc0310_init(), Mauro Carvalho Chehab
- [PATCH 9/9] media: atomisp-mt9m114: comment out unused stuff, Mauro Carvalho Chehab
- [PATCH 5/9] media: staging: atomisp: Comment out several unused sensor resolutions, Mauro Carvalho Chehab
- [PATCH 3/9] media: atomisp: ov2680.h: fix identation, Mauro Carvalho Chehab
- [PATCH 8/9] media: atomisp-mt9m114: remove dead data, Mauro Carvalho Chehab
- Re: [PATCH 0/9] Do some atomisp cleanups, Sakari Ailus
- [PATCH] android: binder: Change return type to vm_fault_t,
Souptick Joarder
- [PATCH 00/10] staging: ks7010: some new cleanups,
Sergio Paracuellos
- [PATCH 01/10] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues, Sergio Paracuellos
- [PATCH 02/10] staging: ks7010: change name and type for device_open_status field, Sergio Paracuellos
- [PATCH 04/10] staging: ks7010: remove superfluous comments in ks_hostif source file, Sergio Paracuellos
- [PATCH 03/10] staging: ks7010: avoid one level indentation in devio_rec_ind function, Sergio Paracuellos
- [PATCH 06/10] staging: ks7010: remove nonsense break from case block, Sergio Paracuellos
- [PATCH 05/10] staging: ks7010: change return value of ks_wlan_do_power_save function, Sergio Paracuellos
- [PATCH 07/10] staging: ks7010: refactor code for hostif_sme_sleep_set function, Sergio Paracuellos
- [PATCH 08/10] staging: ks7010: fix warning aout long line in init_request, Sergio Paracuellos
- [PATCH 10/10] staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirm, Sergio Paracuellos
- [PATCH 09/10] staging: ks7010: avoid blank line between definitions in hostif_data_request, Sergio Paracuellos
- [PATCH 00/22] staging: lustre: llite: fix xattr handling,
James Simmons
- [PATCH 01/22] staging: lustre: llite: initialize xattr->xe_namelen, James Simmons
- [PATCH 02/22] staging: lustre: obd: create it_has_reply_body(), James Simmons
- [PATCH 09/22] staging: lustre: llite: break up ll_setstripe_ea function, James Simmons
- [PATCH 03/22] staging: lustre: obd: change debug reporting in lmv_enqueue(), James Simmons
- [PATCH 05/22] staging: lustre: llite: handle xattr cache refill race, James Simmons
- [PATCH 08/22] staging: lustre: llite: add simple comment about lustre.lov xattrs, James Simmons
- [PATCH 04/22] staging: lustre: ldlm: xattr locks are lost on mdt, James Simmons
- [PATCH 07/22] staging: lustre: llite: refactor lustre.lov xattr handling, James Simmons
- [PATCH 14/22] staging: lustre: llite: record in stats attempted removal of lma/link xattr, James Simmons
- [PATCH 10/22] staging: lustre: llite: return from ll_adjust_lum() if lump is NULL, James Simmons
- [PATCH 12/22] staging: lustre: llite: fix invalid size test in ll_setstripe_ea(), James Simmons
- [PATCH 18/22] staging: lustre: llite: style changes in xattr.c, James Simmons
- [PATCH 06/22] staging: lustre: llite: Remove filtering of seclabel xattr, James Simmons
- [PATCH 13/22] staging: lustre: llite: remove newline in fullname strings, James Simmons
- [PATCH 11/22] staging: lustre: llite: eat -EEXIST on setting trusted.lov, James Simmons
- [PATCH 15/22] staging: lustre: llite: cleanup posix acl xattr code, James Simmons
- [PATCH 21/22] staging: lustre: llite: correct removexattr detection, James Simmons
- [PATCH 19/22] staging: lustre: llite: add support set_acl method in inode operations, James Simmons
- [PATCH 16/22] staging: lustre: llite: use proper types in the xattr code, James Simmons
- [PATCH 17/22] staging: lustre: llite: cleanup xattr code comments, James Simmons
- [PATCH 22/22] staging: lustre: llite: remove unused parameters from md_{get, set}xattr(), James Simmons
- [PATCH 20/22] staging: lustre: llite: use xattr_handler name for ACLs, James Simmons
- Re: [PATCH 00/22] staging: lustre: llite: fix xattr handling, Greg Kroah-Hartman
- [PATCH 00/25] staging: lustre: libcfs: SMP rework,
James Simmons
- [PATCH 01/25] staging: lustre: libcfs: remove useless CPU partition code, James Simmons
- [PATCH 02/25] staging: lustre: libcfs: rename variable i to cpu, James Simmons
- [PATCH 04/25] staging: lustre: libcfs: replace MAX_NUMNODES with nr_node_ids, James Simmons
- [PATCH 03/25] staging: lustre: libcfs: implement cfs_cpt_cpumask for UMP case, James Simmons
- [PATCH 06/25] staging: lustre: libcfs: replace num_possible_cpus() with nr_cpu_ids, James Simmons
- [PATCH 10/25] staging: lustre: libcfs: provide debugfs files for distance handling, James Simmons
- [PATCH 07/25] staging: lustre: libcfs: NUMA support, James Simmons
- [PATCH 05/25] staging: lustre: libcfs: remove excess space, James Simmons
- [PATCH 13/25] staging: lustre: libcfs: use int type for CPT identification., James Simmons
- [PATCH 11/25] staging: lustre: libcfs: invert error handling for cfs_cpt_table_print, James Simmons
- [PATCH 08/25] staging: lustre: libcfs: add cpu distance handling, James Simmons
- [PATCH 17/25] staging: lustre: libcfs: rename goto label in cfs_cpt_table_print, James Simmons
- [PATCH 09/25] staging: lustre: libcfs: use distance in cpu and node handling, James Simmons
- [PATCH 12/25] staging: lustre: libcfs: fix libcfs_cpu coding style, James Simmons
- [PATCH 19/25] staging: lustre: libcfs: update debug messages, James Simmons
- [PATCH 14/25] staging: lustre: libcfs: rename i to node for cfs_cpt_set_nodemask, James Simmons
- [PATCH 20/25] staging: lustre: libcfs: make tolerant to offline CPUs and empty NUMA nodes, James Simmons
- [PATCH 21/25] staging: lustre: libcfs: report NUMA node instead of just node, James Simmons
- [PATCH 18/25] staging: lustre: libcfs: clear up failure patch in cfs_cpt_*_print, James Simmons
- [PATCH 15/25] staging: lustre: libcfs: rename i to cpu for cfs_cpt_bind, James Simmons
- [PATCH 22/25] staging: lustre: libcfs: update debug messages in CPT code, James Simmons
- [PATCH 16/25] staging: lustre: libcfs: rename cpumask_var_t variables to *_mask, James Simmons
- [PATCH 24/25] staging: lustre: libcfs: change CPT estimate algorithm, James Simmons
- [PATCH 23/25] staging: lustre: libcfs: rework CPU pattern parsing code, James Simmons
- [PATCH 25/25] staging: lustre: libcfs: merge UMP and SMP libcfs cpu header code, James Simmons
- Re: [PATCH 00/25] staging: lustre: libcfs: SMP rework, Greg Kroah-Hartman
- [PATCH] staging: vboxvideo: Fix line size exceeding 80 columns., Daniel Junho
- [PATCH] staging: pi433: use help in Kconfig description, Valentin Vidic
- [PATCH RFC 3/8] mm: use PG_offline in online/offlining code, David Hildenbrand
- [PATCH v2] staging: Android: Add 'vsoc' driver for cuttlefish., Alistair Strachan
- [PATCH] staging fbtft: Fixed lines exceeding columns limit,
Renato Soma
- [PATCH v3] staging: ks7010_sdio: fix NULL pointer dereference and memory leak, Gustavo A. R. Silva
- [PATCH 00/14] cleanups continue,
Sergio Paracuellos
- [PATCH 01/14] staging: ks7010: move ROM_FILE definition into source file, Sergio Paracuellos
- [PATCH 02/14] staging: ks7010: move sdio specific register definitions into source file, Sergio Paracuellos
- [PATCH 03/14] staging: ks7010: delete not used definitions in ks7010_sdio source, Sergio Paracuellos
- [PATCH 04/14] staging: ks7010: add REG suffix to sdio register definitions, Sergio Paracuellos
- [PATCH 05/14] staging: ks7010: review comment style in ks7010_sdio source file, Sergio Paracuellos
- [PATCH 07/14] staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx function, Sergio Paracuellos
- [PATCH 06/14] staging: ks7010: review debug and error messages in ks7010_sdio source, Sergio Paracuellos
- [PATCH 11/14] staging: ks7010: fix error paths in ks7010_sdio_remove function, Sergio Paracuellos
- [PATCH 08/14] staging: ks7010: move MODULE_DEVICE_TABLE related code, Sergio Paracuellos
- [PATCH 10/14] staging: ks7010: check sdio_set_block_size return value, Sergio Paracuellos
- [PATCH 09/14] staging: ks7010: replace create_workqueue with alloc_workqueue, Sergio Paracuellos
- [PATCH 12/14] staging: ks7010: use u8 instead of unsigned char for firmware buffers, Sergio Paracuellos
- [PATCH 13/14] staging: ks7010: assign dev_alloc_name() result to variable before check it, Sergio Paracuellos
- [PATCH 14/14] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues, Sergio Paracuellos
- [PATCH v2] staging: ks7010_sdio: fix memory leak, Gustavo A. R. Silva
- [PATCH 01/17] media: staging: atomisp: fix number conversion,
Mauro Carvalho Chehab
- [PATCH][next] staging: ks7010: fix null pointer dereference on priv on error exit,
Colin King
- [PATCH] staging: ks7010_sdio: fix NULL pointer dereference and memory leak,
Gustavo A. R. Silva
- [PATCH] staging: wilc1000: fix NULL pointer exception in host_int_parse_assoc_resp_info(),
Ajay Singh
- [PATCH v7] Revert "PCI: hv: Use device serial number as PCI domain",
Sridhar Pitchai
- [PATCH v3 char-misc 1/1] x86/hyperv: Add interrupt handler annotations, mhkelley58
- [PATCH 2/2] staging: irda: Replace mdelay with usleep_range in irda_usb_probe,
Jia-Ju Bai
- [PATCH 1/2] staging: irda: Replace mdelay with usleep_range in stir421x_fw_upload,
Jia-Ju Bai
- [PATCH v6] PCI: hv: Make sure the bus domain is really unique,
Sridhar Pitchai
- [PATCH 0/2] uio_hv_generic: subchannel fixes,
Stephen Hemminger
- [PATCH] Staging: most: Move comments to the end of line, Ian Liu Rodrigues
- [PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters,
Gabriel Francisco Mandaji
- [PATCH] staging: Android: Add 'vsoc' driver for cuttlefish.,
Alistair Strachan
[PATCH] staging: wilc1000: Remove unnecessary braces {} around single statement block,
Eyal Ilsar
[PATCH 6/6] staging: rtl8192u: Replace mdelay with usleep_range in dm_TXPowerTrackingCallback_TSSI, Jia-Ju Bai
[PATCH 5/6] staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnect, Jia-Ju Bai
[PATCH 4/6] staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_init, Jia-Ju Bai
[PATCH 3/6] staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in prism2_wep_init, Jia-Ju Bai
[PATCH 2/6] staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_tkip_init, Jia-Ju Bai
[PATCH 1/6] staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_ccmp_init, Jia-Ju Bai
[PATCH] staging: ks7010: Replace mdelay with usleep_range in ks7010_upload_firmware, Jia-Ju Bai
[PATCH] hv: add driver_override support,
Stephen Hemminger
[PATCH] Staging: pi433: Fixed a coding style issue., Shannon Booth
[PATCH AUTOSEL for 4.14 090/161] x86/hyperv: Check for required priviliges in hyperv_init(), Sasha Levin
[PATCH AUTOSEL for 4.14 075/161] x86/hyperv: Stop suppressing X86_FEATURE_PCID, Sasha Levin
[PATCH AUTOSEL for 4.15 109/189] x86/hyperv: Check for required priviliges in hyperv_init(), Sasha Levin
[PATCH AUTOSEL for 4.15 090/189] x86/hyperv: Stop suppressing X86_FEATURE_PCID, Sasha Levin
[PATCH v2 1/3] resource: Use list_head to link sibling resource,
Baoquan He
[PATCH] staging: vt6655: remove unnecessary line breaks in function definition., Danilo Alves
[PATCH v2 00/10] staging: mt7621-mmc: Fixes and cleanups,
Christian Lütke-Stetzkamp
- [PATCH v2 04/10] staging: mt7621-mmc: Remove unused functions, Christian Lütke-Stetzkamp
- [PATCH v2 06/10] staging: mt7621-mmc: Fix dereference before check in msdc_drv_pm, Christian Lütke-Stetzkamp
- [PATCH v2 08/10] staging: mt7621-mmc: Fix debug file world writable, Christian Lütke-Stetzkamp
- [PATCH v2 07/10] staging: mt7621-mmc: Remove error message in debug, Christian Lütke-Stetzkamp
- [PATCH v2 02/10] staging: mt7621-mmc: Remove constant flag, Christian Lütke-Stetzkamp
- [PATCH v2 09/10] staging: mt7621-mmc: Fix: copy_from_user() returns a positive value, Christian Lütke-Stetzkamp
- [PATCH v2 01/10] staging: mt7621-mmc: Fix power management by removing old api, Christian Lütke-Stetzkamp
- [PATCH v2 05/10] staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEED, Christian Lütke-Stetzkamp
- [PATCH v2 10/10] staging: mt7621-mmc: Remove redundant opcode check, Christian Lütke-Stetzkamp
- [PATCH v2 03/10] staging: mt7621-mmc: Remove unused global: msdc_6575_host, Christian Lütke-Stetzkamp
[PATCH] staging: pi433: break long lines in rf69.c, Simon Sandström
[PATCH] staging: pi433: break long lines in pi433_if.c,
Simon Sandström
[PATCH] staging: pi433: break long lines,
Simon Sandström
[PATCH 00/21] Fix sparse/smatch errors on non-x86 drivers,
Mauro Carvalho Chehab
- [PATCH 09/21] media: davinci_vpfe: cleanup ipipe_[g|s]_config logic, Mauro Carvalho Chehab
- [PATCH 02/21] media: dm365_ipipe: remove an unused var, Mauro Carvalho Chehab
- [PATCH 04/21] media: davinci_vpfe: mark __iomem as such, Mauro Carvalho Chehab
- [PATCH 01/21] media: davinci_vpfe: remove useless checks from ipipe, Mauro Carvalho Chehab
- [PATCH 05/21] media: davinci_vpfe: get rid of an unused var at dm365_isif.c, Mauro Carvalho Chehab
- [PATCH 06/21] media: davinci_vpfe: vpfe_video: remove an unused var, Mauro Carvalho Chehab
- [PATCH 08/21] media: davinci_vpfe: fix a typo for "default", Mauro Carvalho Chehab
- [PATCH 07/21] media: davinci_vpfe: don't use kernel-doc markup for simple comments, Mauro Carvalho Chehab
- [PATCH 10/21] media: davinci_vpfe: fix __user annotations, Mauro Carvalho Chehab
- [PATCH 03/21] media: davinci_vpfe: fix vpfe_ipipe_init() error handling, Mauro Carvalho Chehab
[PATCH v3 00/16] staging: ks7010: more cleanups,
Sergio Paracuellos
- [PATCH v3 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code, Sergio Paracuellos
- [PATCH v3 01/16] staging: ks7010: remove not used enum values from eap_packet.h header, Sergio Paracuellos
- [PATCH v3 05/16] staging: ks7010: indent enum properly in eap_packet.h header file, Sergio Paracuellos
- [PATCH v3 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr, Sergio Paracuellos
- [PATCH v3 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition, Sergio Paracuellos
- [PATCH v3 11/16] staging: ks7010: avoid casts in michael_mic_function calls, Sergio Paracuellos
- [PATCH v3 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header, Sergio Paracuellos
- [PATCH v3 14/16] staging: ks7010: fix remaining long line warnings in ks7010_sdio source, Sergio Paracuellos
- [PATCH v3 16/16] staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function, Sergio Paracuellos
- [PATCH v3 13/16] staging: ks7010: remove nonsense comment, Sergio Paracuellos
- [PATCH v3 08/16] staging: ks7010: rewrite hif_align_size inline function, Sergio Paracuellos
- [PATCH v3 10/16] staging: ks7010: remove nosense #if 1 directive, Sergio Paracuellos
- [PATCH v3 12/16] staging: ks7010: remove '\' character from michael_block function, Sergio Paracuellos
- [PATCH v3 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header, Sergio Paracuellos
- [PATCH v3 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition, Sergio Paracuellos
- [PATCH v3 15/16] staging: ks7010: change sdio related read/write function parameter types, Sergio Paracuellos
[PATCH v2 00/16] staging: ks7010: more cleanups,
Sergio Paracuellos
- [PATCH v2 01/16] staging: ks7010: remove not used enum values from eap_packet.h header, Sergio Paracuellos
- [PATCH v2 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition, Sergio Paracuellos
- [PATCH v2 05/16] staging: ks7010: indent enum properly in eap_packet.h header file, Sergio Paracuellos
- [PATCH v2 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code, Sergio Paracuellos
- [PATCH v2 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header, Sergio Paracuellos
- [PATCH v2 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header, Sergio Paracuellos
- [PATCH v2 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition, Sergio Paracuellos
- [PATCH v2 08/16] staging: ks7010: rewrite hif_align_size inline function, Sergio Paracuellos
- [PATCH v2 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr, Sergio Paracuellos
- [PATCH v2 10/16] staging: ks7010: remove nosense #if 1 directive, Sergio Paracuellos
- [PATCH v2 13/16] staging: ks7010: remove nonsense comment, Sergio Paracuellos
- [PATCH v2 14/16] staging: ks7010: fix remaining long line warnings in ks7010_sdio source, Sergio Paracuellos
- [PATCH v2 11/16] staging: ks7010: avoid casts in michael_mic_function calls, Sergio Paracuellos
- [PATCH v2 15/16] staging: ks7010: change sdio related read/write function parameter types, Sergio Paracuellos
- [PATCH v2 12/16] staging: ks7010: remove '\' character from michael_block function, Sergio Paracuellos
- [PATCH v2 16/16] staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function, Sergio Paracuellos
[PATCH v3] staging: greybus: Fix warning to limit chars per line,
Gaurav Dhingra
[PATCH 00/16] staging: ks7010: more cleanups,
Sergio Paracuellos
- [PATCH 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition, Sergio Paracuellos
- [PATCH 01/16] staging: ks7010: remove not used enum values from eap_packet.h header, Sergio Paracuellos
- [PATCH 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header, Sergio Paracuellos
- [PATCH 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header, Sergio Paracuellos
- [PATCH 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr, Sergio Paracuellos
- [PATCH 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code, Sergio Paracuellos
- [PATCH 05/16] staging: ks7010: indent enum properly in eap_packet.h header file, Sergio Paracuellos
- [PATCH 08/16] staging: ks7010: rewrite hif_align_size inline function, Sergio Paracuellos
- [PATCH 10/16] staging: ks7010: remove nosense #if 1 directive, Sergio Paracuellos
- [PATCH 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition, Sergio Paracuellos
- [PATCH 12/16] staging: ks7010: remove '\' character from michael_block function, Sergio Paracuellos
- [PATCH 16/16] staging: ks7010: extract JIFFIES_TO_WAIT definition for common code, Sergio Paracuellos
- [PATCH 15/16] staging: ks7010: change sdio related read/write function parameter types, Sergio Paracuellos
- [PATCH 14/16] staging: ks7010: fix remaining checkpatch warnings about long lines in ks7010_sdio source, Sergio Paracuellos
- [PATCH 13/16] staging: ks7010: remove nonsense comment, Sergio Paracuellos
- [PATCH 11/16] staging: ks7010: avoid casts in michael_mic_function calls, Sergio Paracuellos
[PATCH v2] staging: greybus: Fix warning to limit chars per line,
Gaurav Dhingra
[PATCH 00/10] staging: mt7621-mmc: Fixes and cleanups,
Christian Lütke-Stetzkamp
- [PATCH 06/10] staging: mt7621-mmc: Fix dereference before check in msdc_drv_pm, Christian Lütke-Stetzkamp
- [PATCH 08/10] staging: mt7621-mmc: Fix debug file world writable, Christian Lütke-Stetzkamp
- [PATCH 10/10] staging: mt7621-mmc: Remove redundant opcode check, Christian Lütke-Stetzkamp
- [PATCH 01/10] staging: mt7621-mmc: Fix power management by removing old api, Christian Lütke-Stetzkamp
- [PATCH 02/10] staging: mt7621-mmc: Remove constant flag, Christian Lütke-Stetzkamp
- [PATCH 07/10] staging: mt7621-mmc: Remove error message in debug, Christian Lütke-Stetzkamp
- [PATCH 09/10] staging: mt7621-mmc: Fix: copy_from_user() returns a positive value, Christian Lütke-Stetzkamp
- [PATCH 04/10] staging: mt7621-mmc: Remove unused functions, Christian Lütke-Stetzkamp
- [PATCH 05/10] staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEED, Christian Lütke-Stetzkamp
- [PATCH 03/10] staging: mt7621-mmc: Remove unused global: msdc_6575_host, Christian Lütke-Stetzkamp
[PATCH] staging: ks7010: replace kmalloc() + memcpy() with kmemdup(), Ji-Hun Kim
[PATCH v2 19/19] media: staging: davinci_vpfe: allow building with COMPILE_TEST,
Mauro Carvalho Chehab
[PATCH v2 17/19] media: omap4iss: make it build with COMPILE_TEST,
Mauro Carvalho Chehab
[PATCH 0/4] hv_netvsc: Fix shutdown issues on older Windows hosts,
Mohammed Gamal
[PATCH net-next] hv_netvsc: Add NetVSP v6 into version negotiation,
Haiyang Zhang
[bug report] staging: mt7621-mmc: MIPS: ralink: add sdhci for mt7620a SoC,
Dan Carpenter
[PATCH v5 1/2] staging: vt6655: check for memory allocation failures,
Ji-Hun Kim
Re: [PATCH v5 1/2] staging: vt6655: check for memory allocation failures, Dan Carpenter
[PATCH v2 00/34] staging: mt7621-mmc: First cleanups,
Christian Lütke-Stetzkamp
- [PATCH v2 19/34] staging: mt7621-mmc: Remove code guarded by nonexistent config option, Christian Lütke-Stetzkamp
- [PATCH v2 30/34] staging: mt7621-mmc: Fix different caps for different devices, Christian Lütke-Stetzkamp
- [PATCH v2 15/34] staging: mt7621-mmc: Remove global initialise to 0, Christian Lütke-Stetzkamp
- [PATCH v2 29/34] staging: mt7621-mmc: Remove unnecessary field from struct msdc_hw, Christian Lütke-Stetzkamp
- [PATCH v2 06/34] staging: mt7621-mmc: Fix indent for dbg.c, Christian Lütke-Stetzkamp
- [PATCH v2 04/34] staging: mt7621-mmc: Remove whitespace errors in mt6575_sd.h, Christian Lütke-Stetzkamp
- [PATCH v2 13/34] staging: mt7621-mmc: Remove unnecessary typedefs, Christian Lütke-Stetzkamp
- [PATCH v2 26/34] staging: mt7621-mmc: Fix unmatched release_mem_regin, Christian Lütke-Stetzkamp
- [PATCH v2 20/34] staging: mt7621-mmc: Remove code for different soc types, Christian Lütke-Stetzkamp
- [PATCH v2 09/34] staging: mt7621-mmc: Fix indent for mt6575_sd.h, Christian Lütke-Stetzkamp
- [PATCH v2 21/34] staging: mt7621-mmc: Remove unused datastructures, Christian Lütke-Stetzkamp
- [PATCH v2 16/34] staging: mt7621-mmc: Fix style of braces, Christian Lütke-Stetzkamp
- [PATCH v2 25/34] staging: mt7621-mmc: Remove code checking for old kernel versions, Christian Lütke-Stetzkamp
- [PATCH v2 05/34] staging: mt7621-mmc: Remove whitespace errors in sd.c, Christian Lütke-Stetzkamp
- [PATCH v2 11/34] staging: mt7621-mmc: Fix spacing, Christian Lütke-Stetzkamp
- [PATCH v2 10/34] staging: mt7621-mmc: Fix indent for sd.c, Christian Lütke-Stetzkamp
- [PATCH v2 31/34] staging: mt7621-mmc: Remove dead codepath from probe function, Christian Lütke-Stetzkamp
- [PATCH v2 02/34] staging: mt7621-mmc: Remove whitespace errors in dbg.c, Christian Lütke-Stetzkamp
- [PATCH v2 07/34] staging: mt7621-mmc: Fix indent for board.h, Christian Lütke-Stetzkamp
- [PATCH v2 17/34] staging: mt7621-mmc: Remove redundant driver owner assignment, Christian Lütke-Stetzkamp
- [PATCH v2 34/34] staging: mt7621-mmc: Remove duplicate defines, Christian Lütke-Stetzkamp
- [PATCH v2 27/34] staging: mt7621-mmc: Fix bug on dma_alloc_coherent fail, Christian Lütke-Stetzkamp
- [PATCH v2 12/34] staging: mt7621-mmc: Fix Pointer Location, Christian Lütke-Stetzkamp
- [PATCH v2 32/34] staging: mt7621-mmc: Fix dma_alloc_coherent should get device as first param, Christian Lütke-Stetzkamp
- [PATCH v2 23/34] staging: mt7621-mmc: Refactor suspend, resume, Christian Lütke-Stetzkamp
- [PATCH v2 24/34] staging: mt7621-mmc: Fix memory leek in case of error in probe, Christian Lütke-Stetzkamp
- [PATCH v2 18/34] staging: mt7621-mmc: Replace seq_printf with seq_puts where possible, Christian Lütke-Stetzkamp
- [PATCH v2 28/34] staging: mt7621-mmc: Remove unnecessary setting of dev.platform_data, Christian Lütke-Stetzkamp
- [PATCH v2 33/34] staging: mt7621-mmc: Fix requesting of irq, Christian Lütke-Stetzkamp
- [PATCH v2 08/34] staging: mt7621-mmc: Fix indent for dbg.h, Christian Lütke-Stetzkamp
- [PATCH v2 03/34] staging: mt7621-mmc: Remove whitespace errors in dbg.h, Christian Lütke-Stetzkamp
- [PATCH v2 01/34] staging: mt7621-mmc: Remove whitespace errors in board.h, Christian Lütke-Stetzkamp
- [PATCH v2 14/34] staging: mt7621-mmc: Fix trailing statements, Christian Lütke-Stetzkamp
- [PATCH v2 22/34] staging: mt7621-mmc: Cleanup function mt_msdc_init, Christian Lütke-Stetzkamp
- Re: [PATCH v2 00/34] staging: mt7621-mmc: First cleanups, NeilBrown
[bug report] staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants., Dan Carpenter
[PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION,
Daniel Vetter
[GIT PULL] Staging/IIO driver changes for 4.17-rc1,
Greg KH
KASAN: use-after-free Read in binder_release_work,
syzbot
[PATCH] staging: mt7621-eth: fix line over 80 char issue in mtk_set_link_ksettings(),
Jefferson Capovilla
[PATCH char-misc 1/1] Drivers: hv: vmbus: Add comments on ring buffer signaling, mhkelley58
[PATCH v2 char-misc 1/1] x86/hyperv: Add interrupt handler annotations,
mhkelley58
[PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations,
Michael Kelley
[PATCH v3 0/9] staging: ks7010: factor out some functions,
Sergio Paracuellos
- [PATCH v3 2/9] staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs, Sergio Paracuellos
- [PATCH v3 1/9] staging: ks7010: remove unnecessary 'out of memory' message, Sergio Paracuellos
- [PATCH v3 3/9] staging: ks7010: fix label to jump to in error case, Sergio Paracuellos
- [PATCH v3 4/9] staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs, Sergio Paracuellos
- [PATCH v3 6/9] staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events, Sergio Paracuellos
- [PATCH v3 5/9] staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init, Sergio Paracuellos
- [PATCH v3 7/9] staging: ks7010: fix error handling in ks7010_upload_firmware, Sergio Paracuellos
- [PATCH v3 9/9] staging: ks7010: fix some style issues about long lines, Sergio Paracuellos
- [PATCH v3 8/9] staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_firmware, Sergio Paracuellos
- Re: [PATCH v3 0/9] staging: ks7010: factor out some functions, Dan Carpenter
[PATCH 1/1] taging: fbtft: fix memory leak,
Xidong Wang
[PATCH v2 0/9] staging: ks7010: factor out some functions,
Sergio Paracuellos
[PATCH 00/34] staging: mt7621-mmc: First cleanups,
Christian Lütke-Stetzkamp
- [PATCH 30/34] staging: mt7621-mmc: Fix different caps for different devices, Christian Lütke-Stetzkamp
- [PATCH 31/34] staging: mt7621-mmc: Remove dead codepath from probe function, Christian Lütke-Stetzkamp
- [PATCH 29/34] staging: mt7621-mmc: Remove unnecessary field from struct msdc_hw, Christian Lütke-Stetzkamp
- [PATCH 21/34] staging: mt7621-mmc: Remove unused datastructures, Christian Lütke-Stetzkamp
- [PATCH 02/34] staging: mt7621-mmc: Remove whitespace errors in dbg.c, Christian Lütke-Stetzkamp
- [PATCH 04/34] staging: mt7621-mmc: Remove whitespace errors in mt6575_sd.h, Christian Lütke-Stetzkamp
- [PATCH 15/34] staging: mt7621-mmc: Remove global initialise to 0, Christian Lütke-Stetzkamp
- [PATCH 09/34] staging: mt7621-mmc: Fix indent for mt6575_sd.h, Christian Lütke-Stetzkamp
- [PATCH 05/34] staging: mt7621-mmc: Remove whitespace errors in sd.c, Christian Lütke-Stetzkamp
- [PATCH 03/34] staging: mt7621-mmc: Remove whitespace errors in dbg.h, Christian Lütke-Stetzkamp
- [PATCH 33/34] staging: mt7621-mmc: Fix requesting of irq, Christian Lütke-Stetzkamp
- [PATCH 18/34] staging: mt7621-mmc: Replace seq_printf with seq_puts where possible, Christian Lütke-Stetzkamp
- [PATCH 20/34] staging: mt7621-mmc: Remove code for different soc types, Christian Lütke-Stetzkamp
- [PATCH 12/34] staging: mt7621-mmc: Fix Pointer Location, Christian Lütke-Stetzkamp
- [PATCH 25/34] staging: mt7621-mmc: Remove code checking for old kernel versions, Christian Lütke-Stetzkamp
- [PATCH 08/34] staging: mt7621-mmc: Fix indent for dbg.h, Christian Lütke-Stetzkamp
- [PATCH 19/34] staging: mt7621-mmc: Remove code guarded by nonexistent config option, Christian Lütke-Stetzkamp
- [PATCH 34/34] staging: mt7621-mmc: Remove duplicate defines, Christian Lütke-Stetzkamp
- [PATCH 16/34] staging: mt7621-mmc: Fix style of braces, Christian Lütke-Stetzkamp
- [PATCH 28/34] staging: mt7621-mmc: Remove unnecessary setting of dev.platform_data, Christian Lütke-Stetzkamp
- [PATCH 01/34] staging: mt7621-mmc: Remove whitespace errors in board.h, Christian Lütke-Stetzkamp
- [PATCH 22/34] staging: mt7621-mmc: Cleanup function mt_msdc_init, Christian Lütke-Stetzkamp
- [PATCH 26/34] staging: mt7621-mmc: Fix unmatched release_mem_regin, Christian Lütke-Stetzkamp
- [PATCH 06/34] staging: mt7621-mmc: Fix indent for dbg.c, Christian Lütke-Stetzkamp
- [PATCH 13/34] staging: mt7621-mmc: Remove unnecessary typedefs, Christian Lütke-Stetzkamp
- [PATCH 24/34] staging: mt7621-mmc: Fix memory leek in case of error in probe, Christian Lütke-Stetzkamp
- [PATCH 14/34] staging: mt7621-mmc: Fix trailing statements, Christian Lütke-Stetzkamp
- [PATCH 32/34] staging: mt7621-mmc: Fix dma_alloc_coherent should get device as first param, Christian Lütke-Stetzkamp
- [PATCH 10/34] staging: mt7621-mmc: Fix indent for sd.c, Christian Lütke-Stetzkamp
- [PATCH 17/34] staging: mt7621-mmc: Remove redundant driver owner assignment, Christian Lütke-Stetzkamp
- [PATCH 23/34] staging: mt7621-mmc: Refactor suspend, resume, Christian Lütke-Stetzkamp
- [PATCH 07/34] staging: mt7621-mmc: Fix indent for board.h, Christian Lütke-Stetzkamp
- [PATCH 27/34] staging: mt7621-mmc: Fix bug on dma_alloc_coherent fail, Christian Lütke-Stetzkamp
- [PATCH 11/34] staging: mt7621-mmc: Fix spacing, Christian Lütke-Stetzkamp
- Re: [PATCH 00/34] staging: mt7621-mmc: First cleanups, Dan Carpenter
- Re: [PATCH 00/34] staging: mt7621-mmc: First cleanups, NeilBrown
[PATCH 00/15] ARM: pxa: switch to DMA slave maps,
Robert Jarzmik
- [PATCH 01/15] dmaengine: pxa: use a dma slave map, Robert Jarzmik
- [PATCH 02/15] ARM: pxa: add dma slave map, Robert Jarzmik
- [PATCH 03/15] mmc: pxamci: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 04/15] media: pxa_camera: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 05/15] mtd: nand: pxa3xx: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 06/15] net: smc911x: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 07/15] net: smc91x: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 08/15] ASoC: pxa: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 09/15] net: irda: pxaficp_ir: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 10/15] ata: pata_pxa: remove the dmaengine compat need, Robert Jarzmik
- [PATCH 11/15] dmaengine: pxa: document pxad_param, Robert Jarzmik
- [PATCH 12/15] dmaengine: pxa: make the filter function internal, Robert Jarzmik
- [PATCH 13/15] ARM: pxa: remove the DMA IO resources, Robert Jarzmik
- [PATCH 14/15] ARM: pxa: change SSP devices allocation, Robert Jarzmik
- [PATCH 15/15] ARM: pxa: change SSP DMA channels allocation, Robert Jarzmik
- Re: [PATCH 00/15] ARM: pxa: switch to DMA slave maps, Arnd Bergmann
- Re: [PATCH 00/15] ARM: pxa: switch to DMA slave maps, Ulf Hansson
[PATCH] staging: mt7621-gpio: prefer unsigned int to bare unsigned,
Sergio Paracuellos
[PATCH] staging: mt7621-pci: Hack 2 more PCI interrupts for gnubee1, NeilBrown
[PATCH 01/11] staging: vchiq_core: Fix missing semaphore release in error case,
Stefan Wahren
[Index of Archives]
[Linux Driver Backports]
[Linux USB Devel]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux SCSI]
[Yosemite Forum]