Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-13 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ05L+CpbQphaD6Of3zR1hst2YL3pK86=ymc79utrxv...@mail.gmail.com you wrote: I mean, what good is such protection when a simple while : ; do : ; done will just toast your box? Well it will force a hard power off - the hardware has a hard limit at which it

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-12 Thread Simon Glass
Hi Wolfgang, On Tue, Dec 11, 2012 at 4:39 AM, Wolfgang Denk w...@denx.de wrote: Dear Hatim Ali, In message 1355223289-15685-5-git-send-email-hatim...@samsung.com you wrote: From: Akshay Saraswat aksha...@samsung.com Adding a generic polling function to continuously monitor events and

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ3VedAoM9tkzHoHWPi9cAJ=6wq4cdob0zqmgi7xwgw...@mail.gmail.com you wrote: If anything like this gets implemented, it has to be done in a way that will be general enough to be useful to others as well. Yes. It isn't really clear how this sort of

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-12 Thread Simon Glass
Hi Wolfgang, On Wed, Dec 12, 2012 at 12:44 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ3VedAoM9tkzHoHWPi9cAJ=6wq4cdob0zqmgi7xwgw...@mail.gmail.com you wrote: If anything like this gets implemented, it has to be done in a way that will be general

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ0bmsJAx4MAk-+GLo+QLC-6zbgp24N=BNqO=2fsuik...@mail.gmail.com you wrote: Also, this should not be considered as somethin board specific as the name board polling function might suggest. What is being discussed here is not more and not less than support

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-12 Thread Simon Glass
Hi Wolfgang, On Wed, Dec 12, 2012 at 2:11 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ0bmsJAx4MAk-+GLo+QLC-6zbgp24N=BNqO=2fsuik...@mail.gmail.com you wrote: Also, this should not be considered as somethin board specific as the name board polling function

[U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat aksha...@samsung.com Adding a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org diff --git a/README b/README index 037513a..0e4083c

Re: [U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-11 Thread Wolfgang Denk
Dear Hatim Ali, In message 1355223289-15685-5-git-send-email-hatim...@samsung.com you wrote: From: Akshay Saraswat aksha...@samsung.com Adding a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat