[PATCH 1/8] tty: n_gsm: fix formatting errors
Minor formatting changes to remove errors and reduce number of warnings produced by checkpatch.pl script. Signed-off-by: Andrej Krpic <ak77@tnode.com
View Article[PATCH 2/8] tty: n_gsm: fix C/R bit when sending as a responder
According to the specification (3GPP TS 27.010 v12.0.0 R1, 5.2.1.2), C/R bit must be the same for corresponding command and response. If mux is an ini
View Article[PATCH 3/8] tty: n_gsm: make mux work as a responder station
Comment suggests that cr == 1 represents a received command and cr == 0 a received response. Received frames are then filtered: - correctly by reject
View Article[PATCH 4/8] tty: n_gsm: send DM response when accessing an invalid channel
Change C/R bit in a response to a UI/UIH frame sent to non-existing/closed channel. As DM frame type is only valid as a response, it should be sent us
View Article[PATCH 5/8] tty: n_gsm: replace dead code with a meaningful comment
UI/UIH frame can be received as a command from other station or as a response to a command we issued earlier. Add this knowledge to the source code a
View Article[PATCH 6/8] tty: n_gsm: add missing length field in control channel commands
Observing debug output while running initator and responder using n_gsm shows all control channel commands sent by initiator are malformed - they don
View Article[PATCH 7/8] tty: n_gsm: properly format Modem Status Command message
Change format of Modem Status Command (MSC) message that is sent to the one expected in the receive function gsm_control_modem and specified in 3GPP T
View Article[PATCH 8/8] tty: n_gsm: Enable reception of frames separated with a single...
Frames may be separated with a single SOF (5.2.6.1 of 27.010 mux spec). While transmission of a single SOF between frames is implemented in gsm_data_k
View ArticleRe: [linux-sunxi] Re: [PATCH v3] Fix sun7i pin assignment for IRQ's
Hi Henry, On Mon, Feb 22, 2016 at 6:27 AM, Henry Paulissen <henry@nitronetworks.nl> wrote: > > Op zondag 21 februari 2016 18:18:37 UTC+1 schreef Maxi
View Article[PATCH] Btrfs: check-integrity: fixed a comment block coding style issue
Makes the comment block start with /* on a separate line, and end with */ on a separate line as well. Signed-off-by: Philippe Loctaux <phil@philippel
View Article[PATCH] [Cleanup] x86: signal: unify the sigaltstack check with other arches
Currently x86's get_sigframe() checks for "current->sas_ss_size" to determine whether there is a need to switch to sigaltstack. The common practice us
View Article[PATCH] Btrfs: check-integrity: fixed comment blocks coding style issues
Makes the comment blocks start with /* on separate lines, and end with */ on separate lines as well. Signed-off-by: Philippe Loctaux <phil@philippelo
View Article[RFC/RFT][PATCH 0/1] cpufreq: New governor based on scheduler-provided...
Hi Everyone, Usually, I don't send introductory messages for single patches, but this one is an exception, because I didn't want to put all of my con
View Article[PATCH v4] Fix sun7i pin assignment for IRQ's
After testing IRQ pins we found some bugs in the pinctrl declaration. Signed-off-by: Henry Paulissen <henry@nitronetworks.nl> --- Changes in v2:
View Article[RFC/RFT][PATCH 1/1] cpufreq: New governor using utilization data from the...
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Add a new cpufreq scaling governor, called "schedutil", that uses scheduler-provided CPU utiliza
View Article[PATCH] Btrfs: compression: added line after variable declaration
Added line after variable declaration, fixing checkpatch warning. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- fs/btrfs/compressio
View Article[PATCH] Btrfs: ctree: added lines after variable declarations
Added lines after variable declarations, fixing 22 checkpatch warnings. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- fs/btrfs/ctre
View Article[PATCH] Btrfs: delayed-inode: Fixed indentation coding style issue
Use tabs instead of spaces, fixing checkpatch error. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- fs/btrfs/delayed-inode.c | 2 +-
View Article[PATCH v2 0/5] xen: avoid module usage in non-modular code
This series of commits is a part of a larger project to ensure people don't reference modular support functions in non-modular code. Overall there wa
View Article[PATCH v2 1/5] xen: audit usages of module.h ; remove unnecessary instances
Code that uses no modular facilities whatsoever should not be sourcing module.h at all, since that header drags in a bunch of other headers with it.
View Article