On Tue, Sep 22, 2015 at 10:21:10AM -0500, at...@opensource.altera.com wrote:
> From: Alan Tull
>
> API to support programming FPGA's.
>
> The following functions are exported as GPL:
> * fpga_mgr_buf_load
>Load fpga from image in buffer
>
> * fpga_mgr_firmware_load
>Request firmware and
Hi Alan,
On Tue, Sep 22, 2015 at 8:21 AM, wrote:
> From: Alan Tull
>
> Add a document on the new FPGA manager core.
>
Reviewed-by: Moritz Fischer
> Signed-off-by: Alan Tull
> ---
> v9: initial version where this patch was added
>
> v10: requested cleanups to formatting and otherwise
>
On Tue, Sep 22, 2015 at 8:21 AM, wrote:
> From: Alan Tull
>
> Add documentation under drivers/staging for new fpga manager's
> sysfs interface.
>
Reviewed-by: Moritz Fischer
> Signed-off-by: Alan Tull
> ---
> v5 : (actually second version, but keeping version numbers
> aligned with rest
The global variable dgnc_poll_tick is read in the function dgnc_poll_handler
and modified in dgnc_driver_pollrate_store. The read access is protected by
spin_lock_irqsave whereas the write is not. The protection of write access
is needed, since it is possible to have multiple programs that try
dgnc_poll_tick is declared global, so dgnc_driver_pollrate_store needs to take
the
lock dgnc_poll_lock before modifying this variable. dgnc_poll_lock is the
appropriate lock, since it is intended for poll scheduling and dgnc_poll_tick
contains the poll rate. dgnc_poll_lock needs to be declare not
On Tue, Sep 22, 2015 at 06:08:56PM -0500, J. German Rivera wrote:
> Add cmd_flags parameter to all dpbp APIs to comply
> with the dpbp 2.0 MC interface. Updated MC version
> major number. Pass irq args in struct instead of
> separate args.
>
> Signed-off-by: J. German Rivera
> ---
> drivers/stag
On Tue, Sep 22, 2015 at 12:01:17PM +0300, Mike Rapoport wrote:
> Use SZ_xM defined in linux/sizes.h instead of custom MB(x) macro
>
> Signed-off-by: Mike Rapoport
> ---
If you are removing the use of MB(x) please also remove the
#define MB(x) ((x)<<20)
regards
sudip
_
On Tue, Sep 22, 2015 at 12:01:18PM +0300, Mike Rapoport wrote:
> The MB(x) and KB(x) macros are not used and therefore they can be
> removed
>
> Signed-off-by: Mike Rapoport
> ---
ohh.. discard my earlier mail. I have not seen that you have done that
in this patch. Sorry for the noise.
regards
s
On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
> This patch is to rtl8712_gp_bitdef.h file that fixes up following
> warning reported by checkpatch :
>
> -Block comments use a trailing */ on a separate line
>
> Signed-off-by: Punit Vara
> ---
I am getting confused. One of your previ
On Wed, Sep 23, 2015 at 03:28:07AM +0100, Salah Triki wrote:
> dgnc_poll_tick is declared global, so dgnc_driver_pollrate_store needs to
> take the
> lock dgnc_poll_lock before modifying this variable. dgnc_poll_lock is the
> appropriate lock, since it is intended for poll scheduling and dgnc_poll
101 - 110 of 110 matches
Mail list logo