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
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
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,