[Pull Request][tilt-master] Adding support for SGX platform device, to work properly with the external module

2011-07-24 Thread Ricardo Salveti
Hy Andy, These are the required changes to make SGX to work with the external module, as we had for 2.6.38. These patches are just a forward port of the same patches from 2.6.38, will try to ping the original authors to see why this is still not upstream. Cheers! The following changes since com

Re: How Gerrit decides when change is "Merged"?

2011-07-24 Thread Shawn Pearce
On Thu, Jul 21, 2011 at 13:24, Paul Sokolovsky wrote: > I have following scenario: > > 1. Submitted a change for branch X to Gerrit. > 2. In the meantime, I also created a personal branch Y in the same > repository for integration testing. > 3. Once that branch Y is pushed into Gerrit, the origina

Re: [PATCH 01/11] MFD: DA9052 MFD core module v2

2011-07-24 Thread Mark Brown
On Tue, Jul 05, 2011 at 08:07:00PM +0530, ashishj3 wrote: > +int da9052_set_bits(struct da9052 *da9052, unsigned char reg, > + unsigned char bit_mask) > +{ > + unsigned char val; > + int ret; > + > + if (reg > DA9052_MAX_REG_CNT) { > + dev_err(da9052->dev,