14711 results
Order by date - Order by pertinence
All (14711)
News (17)
Reviews (7)
Tips (1)
Processes (3)
Press (7368)
High-tech (7091)
Forums (224)
 
Standard Register Announces Fourth Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR) will release its 2011 fourth quarter results on Friday, February 24, 2012. The Company will also host a conference call on Friday, February 24, 2012 at 10:00 a.m. EST. Investors can ...
Press published on the February 15th, 2012 - 9:12 AM ET
Standard Register Announces Financial Update Conference Call
Standard Register (NYSE: SR) will release a financial update for 2012. The Company will also host a conference call on Monday, January 23, 2012 at 10:00 a.m. EST. Investors can listen to the live audio cast or replay ...
Press published on the January 23rd, 2012 - 8:45 AM ET
Standard Register Announces Third Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR) will release its third quarter results on Friday, October 28, 2011. The Company will also host a conference call on Friday, October 28, 2011 at 10:00 a.m. EDT. Investors can listen to the ...
Press published on the October 17th, 2011 - 12:30 PM ET
Standard Register Announces Second Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR) will release its second quarter results on Friday, July 29, 2011. The Company will also host a conference call on Friday, July 29, 2011 at 10:00 a.m. EDT. Investors can listen to the live ...
Press published on the July 21st, 2011 - 8:59 AM ET
Standard Register Announces First Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR), a leader in the management and execution of mission-critical communications, will release its 2013 first quarter results on Thursday, April 25, 2013. The Company will also host a ...
Press published on the April 12th, 2013 - 11:21 AM ET
Standard Register Announces Fourth Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR), a leader in the management and execution of mission-critical communications, will release its 2012 fourth quarter results on Friday, February 22, 2013. The Company will also host a ...
Press published on the February 13th, 2013 - 3:22 PM ET
Standard Register Announces First Quarter Earnings Release and Investor Conference Call Schedule
Standard Register (NYSE: SR), a leader in the management and execution of mission-critical communications, will release its 2012 first quarter results on Friday, April 20, 2012. The Company will also host a ...
Press published on the April 16th, 2012 - 9:46 AM ET
Other results are also available in our forums :
[PATCH] perf: Add DWARF register lookup for SH
Implement get_arch_regstr() for SH so that, given a DWARF register number, the corresponding symbolic name of that register can be looked up. Signed-off-by: Matt Fleming <matt@console-pimps.org> tools/perf/arch/sh/Makefile | 4 ++ ...
Message posted on the July 10th, 2010 - 11:20 AM ET
[PATCH v3 1/2] regulator: pcf50633: Don't write to reserved bits of AUTO output voltage select register
The datasheet says 00000000 to 00101110 are reserved, and the min value of the voltage setting is 1.8 V. Thus don't write 0 to AUTO output voltage select register (address 1Ah). Table 50. AUTOOUT - AUTO output voltage select register (address 1Ah) ...
Message posted on the March 18th, 2012 - 10:00 PM ET
[PATCH V4 2/2] regmap: add regmap_bulk_write() for register write
The bulk_write() supports the data transfer to multi register which takes the data into cpu_endianness format and does formatting of data to device format before sending to device. The transfer can be completed in single transfer or multiple ...
Message posted on the February 12th, 2012 - 4:00 AM ET
[PATCH V1 1/2] mfd: tps65910: use regmap for device register access.
Using regmap apis for accessing the device register. using the RBTREE caching mechanims for caching registers. Also provided apis for enabling register cache from different sub devices of ts65910. Signed-off-by: Laxman Dewangan ...
Message posted on the February 8th, 2012 - 5:50 AM ET
[RFC PATCH] regmap: mmio: add register clock support
Some mmio devices have a dedicated interface clock that needs to be enabled to access their registers. This patch optionally enables a clock before accessing registers in the regmap_bus callbacks. I added (devm_)regmap_init_mmio_clk variants of the ...
Message posted on the February 14th, 2013 - 4:50 AM ET
[PATCH 2/2] regmap-irq: support different type of irq register
* Interrupt-masked vs Interrupt-enabled Commonly the interrupt register is masked when the bit of IRQ register is set. But in some device like TI LP8788, the interrupt is enabled when the bit is 1. This patch supports the interrupt-enabled type. ...
Message posted on the July 19th, 2012 - 5:10 AM ET
[PATCH] regmap: rbtree: Fix register default look-up in sync
The code currently passes the register offset in the current block to regcache_lookup_reg. This works fine as long as there is only one block and with base register of 0, but in all other cases it will look-up the default for a wrong register, which ...
Message posted on the March 23rd, 2012 - 5:10 AM ET