DriverDev-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-27 07:27:15 to 2017-07-18 20:05:19 UTC [more...]

[PATCH 0/6] Fix additional alignment issues in staging/ccree
 2017-07-18 20:03 UTC  (7+ messages)
` [PATCH 1/6] staging: ccree: Fix alignment issues in ssi_aead.c
` [PATCH 2/6] staging: ccree: Fix alignment issues in ssi_hash.c
` [PATCH 3/6] staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
` [PATCH 4/6] staging: ccree: Fix alignment issues in ssi_cipher.c
` [PATCH 5/6] staging: ccree: Fix alignment issues in ssi_ivgen.c
` [PATCH 6/6] staging: ccree: Fix alignment issues in ssi_request_mgr.c

[PATCH 0/3] staging: ccree: Employ devm_* functions, remove redundant code
 2017-07-18 10:58 UTC  (9+ messages)
` [PATCH 1/3] staging: ccree: Replace kzalloc with devm_kzalloc
    ` [PATCH v2 "
      ` [PATCH v2 2/3] staging: ccree: Convert to devm_ioremap_resource for map, unmap
      ` [PATCH v2 3/3] staging: ccree: Use platform_get_irq and devm_request_irq
` [PATCH 2/3] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH 3/3] staging: ccree: Use platform_get_irq and devm_request_irq

[PATCH 00/42] staging: unisys: More updates to the code
 2017-07-18  8:51 UTC  (56+ messages)
` [PATCH 01/42] staging: unisys: visorbus: visorbus_main.c: use __func__ over hardcoded name
` [PATCH 02/42] staging: unisys: visorbus: visorchipset.c: Adjust code layout
` [PATCH 03/42] staging: unisys: visorbus: visorbus_main.c: "
` [PATCH 04/42] staging: unisys: visorhba: visorhba_main.c: Adjust whitespace usage
` [PATCH 05/42] staging: unisys: visorinput: visorinput.c: "
` [PATCH 06/42] staging: unisys: visornic: visornic_main.c: "
` [PATCH 07/42] staging: unisys: visorbus: controlvmchannel.h: fix spacing
` [PATCH 08/42] staging: unisys: visorhba: viosrhba_main.c: Remove unnecessary checks
` [PATCH 09/42] staging: unisys: include: channel.h: remove unused pound defines
` [PATCH 10/42] staging: unisys: visorbus: controlvmchannel.h: removed VISOR_CONTROLVM_CHANNEL_SIGNATURE
` [PATCH 11/42] staging: unisys: visorbus: vbuschannel.h: removed VISOR_VBUS_CHANNEL_SIGNATURE
` [PATCH 12/42] staging: unisys: include: iochannel.h: removed VISOR_VHBA_CHANNEL_SIGNATURE
` [PATCH 13/42] staging: unisys: include: iochannel.h: removed VISOR_VNIC_CHANNEL_SIGNATURE
` [PATCH 14/42] staging: unisys: include: iochannel.h: removed VISOR_VSWITCH_CHANNEL_SIGNATURE
` [PATCH 15/42] staging: unisys: visorbus: convert VMCALL_CONTROLVM_ADDR enum to #define
` [PATCH 16/42] staging: unisys: visorbus: visorbus_main.c: remove extra checks for dev->visorchannel
` [PATCH 17/42] staging: unisys: visorbus: visorbus_main.c: put function name and return value on same line
` [PATCH 18/42] staging: unisys: visorbus: visorbus_main.c: remove check from typename_show
` [PATCH 19/42] staging: unisys: visorbus: add checks for probe, remove, pause and resume in visorbus_register_visor_driver
` [PATCH 20/42] staging: unisys: remove unused define VISOR_VSWITCH_CHANNEL_VERSIONID
` [PATCH 21/42] staging: unisys: include: Remove unused CHANNEL_OK defines
` [PATCH 22/42] staging: unisys: moved visor_check_channel from include/channel.h to visorbus/visorbus_main.c
` [PATCH 23/42] staging: unisys: visorbus: Fix memory leak
` [PATCH 24/42] staging: unisys: visorbus: Beginning of the file /* on its own line
` [PATCH 25/42] staging: unisys: include: iochannel.h: Removed unused DEFINE
` [PATCH 26/42] staging: unisys: visorbus: Adding a new line between function definition
` [PATCH 27/42] staging: unisys: visorbus: rename fix_vbus_dev_info
` [PATCH 28/42] staging: unisys: visorbus: remove target_hostname comment
` [PATCH 29/42] staging: unisys: visorchipset: remove local_addr in handle_command
` [PATCH 30/42] staging: unisys: visorbus: Update comment style vbuschannel.h
` [PATCH 31/42] staging: unisys: visorbus: fixed comment in visorbus_private.h
` [PATCH 32/42] staging: unisys: visorbus: removed blank line in viorbus_main.c
` [PATCH 33/42] staging: unisys: visorbus: Removed unused define from visorbus_main.c
` [PATCH 34/42] staging: unisys: visorbus: cleaned up include block of visorchipset.c
` [PATCH 35/42] staging: unisys: visorbus: Remove unused define for visorchipset
` [PATCH 36/42] staging: unisys: include: Remove COVER macro from channel.h
` [PATCH 37/42] staging: unisys: visorbus: fix multi-line function definition
` [PATCH 38/42] staging: unisys: visorbus: visorchannel.c: "
` [PATCH 39/42] staging: unisys: visorhba: "
` [PATCH 40/42] staging: unisys: visorinput: "
` [PATCH 41/42] staging: unisys: visornic: "
` [PATCH 42/42] staging: unisys: visornic: update the struct viosrnic_devdata to have kernel-doc like comments

[PATCH] drivers: staging: ccree: use __func__ to get function name in error messages
 2017-07-17 13:53 UTC 

[PATCH 00/10] Fix alignment issues in staging/ccree
 2017-07-16 11:13 UTC  (17+ messages)
` [PATCH 01/10] staging: ccree: Fix alignment issues in ssi_aead.c
` [PATCH 02/10] staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
` [PATCH 03/10] staging: ccree: Fix alignment issues in ssi_cipher.c
` [PATCH 04/10] staging: ccree: Fix alignment issues in ssi_driver.c
` [PATCH 05/10] staging: ccree: Fix alignment issues in ssi_fips_local.c
` [PATCH 06/10] staging: ccree: Fix alignment issues in ssi_hash.c
` [PATCH 07/10] staging: ccree: Fix alignment issues in ssi_ivgen.c
` [PATCH 08/10] staging: ccree: Fix alignment issues in ssi_request_mgr.c
` [PATCH 09/10] staging: ccree: Fix alignment issues in ssi_sram_mgr.c
` [PATCH 10/10] staging: ccree: Fix alignment issues in ssi_sysfs.c

[PATCH 00/12] staging: ccree: coding style fixes
 2017-07-14 15:28 UTC  (15+ messages)
` [PATCH 01/12] staging: ccree remove unnecessary parentheses
` [PATCH 02/12] staging: ccree: clean up struct ssi_aead_ctx
` [PATCH 03/12] staging: ccree: use proper printk format for dma_addr_t
` [PATCH 04/12] staging: ccree: fix parenthesis alignment
` [PATCH 05/12] staging: ccree: fix split strings
` [PATCH 06/12] staging: ccree: CamelCase to snake_case in func vars
` [PATCH 07/12] staging: ccree: CamelCase to snake_case in aead struct
` [PATCH 08/12] staging: ccree: avoid constant comparison
` [PATCH 09/12] staging: ccree: avoid unnecessary line continuation
` [PATCH 10/12] staging: ccree: remove func name from log messages
` [PATCH 11/12] staging: ccree: kmalloc by sizeof var not type
` [PATCH 12/12] staging: ccree: remove whitespace before a quoted newline

New Driver for electrical energy measurement
 2017-07-14 10:46 UTC  (11+ messages)

[PATCH] Stagingdriver cctree: Fix for checkpatch warning
 2017-07-12  8:53 UTC  (3+ messages)

[PATCH] staging: ccree: move comment to fit coding style
 2017-07-12  7:31 UTC 

[PATCH 00/25] staging: unisys: Update comments and clean up whitespace
 2017-07-11 17:23 UTC  (27+ messages)
` [PATCH 01/25] staging: unisys: visorbus: controlvmchannel.h: fixed comment formatting issues
` [PATCH 02/25] staging: unisys: visorbus: vbuschannel.h: "
` [PATCH 03/25] staging: unisys: visorbus: vmcallinterface.h: "
` [PATCH 04/25] staging: unisys: visorbus: visorbus_main.c: "
` [PATCH 05/25] staging: unisys: include: remove unused macros in channel.h
` [PATCH 06/25] staging: unisys: visorbus: visorchannel.c: fixed comment formatting issues
` [PATCH 07/25] staging: unisys: visorbus: visorchipset.c: "
` [PATCH 08/25] staging: unisys: include: channel.h: "
` [PATCH 09/25] staging: unisys: include: iochannel.h: "
` [PATCH 10/25] staging: unisys: visornic: visornic_main.c: "
` [PATCH 11/25] staging: unisys: visorhba: visorhba_main.c: "
` [PATCH 12/25] staging: unisys: visorinput: visorinput.c: "
` [PATCH 13/25] staging: unisys: visorinput: ultrainputreport.h: "
` [PATCH 14/25] staging: unisys: include: Fix spelling mistake
` [PATCH 15/25] staging: unisys: visorbus: Remove unused #define
` [PATCH 16/25] staging: unisys: visorbus: Rename #define to fit surrounding namespace
` [PATCH 17/25] staging: unisys: visorhba: Fix up existing function comments
` [PATCH 18/25] staging: unisys: include: channel.h: Adjust whitespace usage
` [PATCH 19/25] staging: unisys: include: iochannel.h: "
` [PATCH 20/25] staging: unisys: include: visorbus.h: "
` [PATCH 21/25] staging: unisys: visorbus: controlvmchannel.h: "
` [PATCH 22/25] staging: unisys: visorbus: adjust tabs in function
` [PATCH 23/25] staging: unisys: visorbus: Indent struct assignment correctly
` [PATCH 24/25] staging: unisys: visorbus: use __func__ over hardcoded name
` [PATCH 25/25] staging: unisys: visorbus: fix improper bracket blocks

[PATCH] staging: ccree: move FIPS support to kernel infrastructure
 2017-07-11 15:11 UTC 

[PATCH 1/2] staging: ccree: remove unnecessary cast on kmalloc
 2017-07-11 13:44 UTC  (3+ messages)
` [PATCH 2/2] staging: ccree: use sizeof(*var) in kmalloc

[PATCH 0/5] staging: ccree: fix checkpatch errors
 2017-07-11 13:43 UTC  (8+ messages)
` [PATCH 1/5] staging: ccree: remove redudant semicolons
` [PATCH 2/5] staging: ccree: fix placement of curly braces
` [PATCH 3/5] staging: ccree: remove assignement in conditional
` [PATCH 4/5] staging: ccree: export symbol immediately following function
` [PATCH 5/5] staging: ccree: fix switch case indentation

[PATCH 0/2] staging: ccree: Fix coding style and remove warnings
 2017-07-11 13:40 UTC  (8+ messages)
` [PATCH 1/2] staging: ccree: Use __func__ instead of function name
` [PATCH 2/2] staging: ccree: Remove braces {} for single statement blocks
      ` [PATCH v2] staging: ccree: Use __func__ instead of function name

[PATCH] Coding style fixes for /drivers/staging/ccree/. This is for the eudyptula challenge
 2017-07-08 18:22 UTC  (2+ messages)

[PATCH 2/2] Staging: dgnc: I have fixed the changes in dgnc_neo.c This is a patch to the dgnc_neo.c warning udealy to usleep range Signed-off-by: Yash Omer <yashomer0007@gmail.com>
 2017-07-06  9:21 UTC  (2+ messages)

[PATCH 2/2] Staging: dgnc: I have fixed the changes in dgnc_neo.c This is a patch to the dgnc_neo.c warning udealy to usleep range Signed-off-by: Yash Omer <yashomer0007@gmail.com>
 2017-07-06  1:31 UTC 

[PATCH 0/1] Fix cast to restricted __le16 in ks7010 driver
 2017-07-03  4:43 UTC  (8+ messages)
` [PATCH 1/1] staging: ks7010: Fix cast to restricted __le16 in ks_wlan_net.c

[PATCH v2 4/4] Staging: rtl8712 : ieee80211.c: fixed camelcase coding style issue
 2017-06-29 15:26 UTC  (2+ messages)

[PATCH] staging: ks7010: Fix unnecessary parentheses checks
 2017-06-29 14:40 UTC  (2+ messages)

[PATCH 00/14] staging: ccree: coding style fixes
 2017-06-29 14:38 UTC  (15+ messages)
` [PATCH 02/14] staging: ccree: drop comparsion to true/false
` [PATCH 03/14] staging: ccree: fix else placement
` [PATCH 04/14] staging: ccree: remove redundant blank lines
` [PATCH 05/14] staging: ccree: no need for braces for single statements
` [PATCH 06/14] staging: ccree: fix unmatched if/else braces
` [PATCH 07/14] staging: ccree: remove comparisons to NULL
` [PATCH 08/14] staging: ccree: fix pointer location
` [PATCH 09/14] staging: ccree: remove custom type tdes_keys_t
` [PATCH 10/14] staging: ccree: remove custom type ssi_fips_error_t
` [PATCH 11/14] staging: ccree: remove custom type ssi_fips_state_t
` [PATCH 12/14] staging: ccree: remove unused type CCFipsSyncStatus_t
` [PATCH 13/14] staging: ccree: remove/add (un)needed blank lines
` [PATCH 14/14] staging: ccree: fix block comment style

[PATCH] Stagingdriver cctree: Fix for checkpatch warning
 2017-06-29 14:36 UTC  (2+ messages)

[PATCH 4/4] Staging: rtl8712 : ieee80211.c: fixed camelcase coding
 2017-06-28 12:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).