ÄúºÃ:רҵ°ìÀíÖ½ÏäÖ¤,µÆÊÎÖ½ÏäÖ¤,µç³ØÖ½ÏäÖ¤,²úµØÖ¤,½ø³ö¿Ú±¨¹Ø,ºËÏúµ¥µÈÒµÎñ,»¶Ó×Éѯ¡£ÕÅÏÈÉú:13824390642
Áõ*С*½ã:13510682636 µç»°:0755-25412065QQ 774386269 136058366
ÉîÛÚÊнðÓî»Ô½ø³ö¿ÚóÒ×ÓÐÏÞ¹«Ë¾
___
devel mailing list
devel@linuxdriverproject.o
>
> Other boards (don't have a specific example here, perhaps Andrew can
> provide one) need to store the reboot reason on disk.
For this case, I'm trying to get the alternate boot logic to work on PC
compatible devices. I have a patch against SYSLINUX which reads this area and
selects an alter
> -Original Message-
> From: Ben Hutchings [mailto:bhutchi...@solarflare.com]
> Sent: Friday, July 06, 2012 8:19 PM
> To: Haiyang Zhang
> Cc: da...@davemloft.net; net...@vger.kernel.org; KY Srinivasan;
> o...@aepfle.de; linux-ker...@vger.kernel.org; devel@linuxdriverproject.org
> Subject:
On Sat, Jul 7, 2012 at 4:05 PM, Greg KH wrote:
> On Sat, Jul 07, 2012 at 03:39:09PM -0700, Colin Cross wrote:
>> On many (most?) ARM SoCs, the reboot flag is not stored on disk, or
>> anywhere else userspace can access. It is stored in a power
>> management controller scratch register that surviv
On Sat, Jul 07, 2012 at 03:39:09PM -0700, Colin Cross wrote:
> On many (most?) ARM SoCs, the reboot flag is not stored on disk, or
> anywhere else userspace can access. It is stored in a power
> management controller scratch register that survives resets, or a
> register in an external I2C PMIC, o
On Sun, Jul 1, 2012 at 5:10 PM, NeilBrown wrote:
> On Fri, 29 Jun 2012 21:37:36 -0700 Colin Cross wrote:
>
>> What's the point of the existing syscall option if it doesn't work on
>> all platforms, or at least all platforms that want to support it? It
>> doesn't make sense to me to use REBOOT2 o
Hi,
This is Akar Sova a native of israel,can we work and share this project
together.If interested get email back for more details
to.(akars...@israelmail.com)
___
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.or
Sparse is warning about non-ANSI function declaration.
Add void to the parameterless function.
drivers/staging/media/lirc/lirc_bt829.c:174:22: warning:
non-ANSI function declaration of function 'poll_main'
Signed-off-by: Emil Goode
---
drivers/staging/media/lirc/lirc_bt829.c |2 +-
Sparse is warning about non-ANSI function declaration.
Add void to the parameterless function.
drivers/staging/csr/csr_wifi_hip_chiphelper.c:633:31: warning:
non-ANSI function declaration of function 'ChipHelper_Null'
I also fixed this checkpatch error:
ERROR: "foo* bar" should be "foo *b
Do you need 100% Finance? I am Ms.Jonna Tim ,a financial lender and consultant,
CEO Of PRIVATE MONEY GROUP. We are coorporate lenders in United States of
America/Europe/Asia/Canada/Australia. I can service your financial need with
less payback problem that is why we fund you for just 2%. Whateve
Hi Lars-Peter,
There are new compile warnings show up in
tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-next
head: 0932966b1ca03217c6e0c18375867b1a99ee5af0
commit: 6a17a0768f77626046aa441843b318a00bac3800 [54/100] iio:dac:ad5064: Add
support for the ad5629r a
From: Adnan Ali
This commit fixes coding style issues that includes
long lines.
Cc: Adnan Ali
Signed-off-by: Marc Dietrich
---
Adnan didn't replied to my request to rebase and resubmit. So I'm
sending it here again.
---
drivers/staging/nvec/nvec.c |6 --
1 file changed, 4 insertions(
The below checkpatch warns fixed,
drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c:38: ERROR: that open brace {
should be on the previous line
drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c:45: ERROR: that open brace {
should be on the previous line
drivers/staging/ft1000/ft1000-pcmcia/ft1
as ret is assigned to the return of ft1000_poll, we dont need to
initialise ret with STATUS_SUCCESS.
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_usb
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
index 67ad7ee..9a5ba07 100644
--- a/driver
as the if else statements enclose only one line, so braces around them are not
needed.
The following warning is fixed
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c:100: WARNING: braces {} are
not necessary for any arm of this statement
Signed-off-by: Devendra Naga
---
drivers/staging/ft100
sparse throws warning about the ft1000_poll_thread as
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c:40:5: warning: symbol
'ft1000_poll_thread' was not declared. Should it be static?
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c |2 +-
1 file changed, 1 in
sparse warns about having 0 assigned to a pointer,
fix it up by using NULL.
The following sparse warning is fixed
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c:170:52: warning: Using plain
integer as NULL pointer
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/ft1000-usb/ft1000_deb
The following warns fixed
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c:2032: ERROR: code indent
should use tabs where possible
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c:2032: WARNING: please, no
spaces at the start of a line
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/f
as the if statement encloses only one line braces around it are not
needed.
The following warn fixed,
WARNING: braces {} are not necessary for single statement blocks
Signed-off-by: Devendra Naga
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c |5 ++---
1 file changed, 2 insertions(+),
This patch adds the data structures needed for proper registration
of OMAP5 chips. This patch includes definitions for these chip versions:
. OMAP5430
Signed-off-by: Eduardo Valentin
---
drivers/staging/omap-thermal/Kconfig | 12 +
drivers/staging/omap-thermal/Makefile|1 +
This patch adds the data structures needed for proper registration
of OMAP4 chips. This patch includes definitions for these chip versions:
. OMAP4430
. OMAP4460
. OMAP4470
Signed-off-by: Eduardo Valentin
---
drivers/staging/omap-thermal/Kconfig | 14 ++
drivers/staging/omap-thermal/Ma
This patch has the common thermal framework support for OMAP
bandgap driver. It includes the zone registration and unregistration,
the cpu cooling and the trip definitions.
The trips definition is essentially one trip for passive cooling
using the generic cpu cooling device and another one for the
In the System Control Module, OMAP supplies a voltage reference
and a temperature sensor feature that are gathered in the band
gap voltage and temperature sensor (VBGAPTS) module. The band
gap provides current and voltage reference for its internal
circuits and other analog IP blocks. The analog-to
Greg,
Here is the reworked series with the omap bangap driver and minimalist
thermal framework support. Diff from v1 is simple that now it won't
break compilation. Only change is between patch 1 and patch 2, I have
added the missing and needed Makefile and Kconfig entries in patch 1,
for omap-band
25 matches
Mail list logo