public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-dm.git branch for-tom
@ 2014-09-26 23:52 Simon Glass
  2014-09-27  0:57 ` Felipe Balbi
  2014-09-27 11:36 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Glass @ 2014-09-26 23:52 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here are the changes that were reviewed by Jagan (SPI maintainer).

Branch is 'for-tom' as I had trouble with master (see below).

The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d:

  nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to 248a0488bfbb2eb16dee408a976d5f4b5546bb51:

  spi: Add brackets and tidy defines in spi.h (2014-09-26 15:01:15 -0600)

----------------------------------------------------------------
Simon Glass (4):
      sandbox: Convert SPI flash emulation to use sf_params
      sandbox: config: Enable all SPI flash chips
      dm: spi: Move cmd device code into its own function
      spi: Add brackets and tidy defines in spi.h

 common/cmd_spi.c          |  53
++++++++++++++++++++++++++++++++---------------------
 drivers/mtd/spi/sandbox.c | 114
++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------
 include/configs/sandbox.h |   8 +++++++-
 include/spi.h             |  24 ++++++++++++------------
 4 files changed, 89 insertions(+), 110 deletions(-)


Here's the error I got with master:

git push dm HEAD:master
Counting objects: 19, done.
Delta compression using up to 32 threads.
Compressing objects: 100% (19/19), done.
Writing objects: 100% (19/19), 3.19 KiB | 0 bytes/s, done.
Total 19 (delta 15), reused 0 (delta 0)
remote: error: refusing to update checked out branch: refs/heads/master
remote: error: By default, updating the current branch in a non-bare repository
remote: error: is denied, because it will make the index and work tree
inconsistent
remote: error: with what you pushed, and will require 'git reset
--hard' to match
remote: error: the work tree to HEAD.
remote: error:
remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
remote: error: its current branch; however, this is not recommended unless you
remote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.
remote: error:
remote: error: To squelch this message and still keep the default behaviour, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-dm.git branch for-tom
  2014-09-26 23:52 [U-Boot] Please pull u-boot-dm.git branch for-tom Simon Glass
@ 2014-09-27  0:57 ` Felipe Balbi
  2014-09-27 15:15   ` Masahiro YAMADA
  2014-09-27 11:36 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2014-09-27  0:57 UTC (permalink / raw)
  To: u-boot

On Fri, Sep 26, 2014 at 05:52:11PM -0600, Simon Glass wrote:
> Hi Tom,
> 
> Here are the changes that were reviewed by Jagan (SPI maintainer).
> 
> Branch is 'for-tom' as I had trouble with master (see below).
> 
> The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d:
> 
>   nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 248a0488bfbb2eb16dee408a976d5f4b5546bb51:
> 
>   spi: Add brackets and tidy defines in spi.h (2014-09-26 15:01:15 -0600)
> 
> ----------------------------------------------------------------
> Simon Glass (4):
>       sandbox: Convert SPI flash emulation to use sf_params
>       sandbox: config: Enable all SPI flash chips
>       dm: spi: Move cmd device code into its own function
>       spi: Add brackets and tidy defines in spi.h
> 
>  common/cmd_spi.c          |  53
> ++++++++++++++++++++++++++++++++---------------------
>  drivers/mtd/spi/sandbox.c | 114
> ++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------
>  include/configs/sandbox.h |   8 +++++++-
>  include/spi.h             |  24 ++++++++++++------------
>  4 files changed, 89 insertions(+), 110 deletions(-)
> 
> 
> Here's the error I got with master:
> 
> git push dm HEAD:master
> Counting objects: 19, done.
> Delta compression using up to 32 threads.
> Compressing objects: 100% (19/19), done.
> Writing objects: 100% (19/19), 3.19 KiB | 0 bytes/s, done.
> Total 19 (delta 15), reused 0 (delta 0)
> remote: error: refusing to update checked out branch: refs/heads/master

why isn't u-boot-dm.git a bare repository ? Seems like you have
refs/heads/master checked out. Odd.

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140926/cf108cdf/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-dm.git branch for-tom
  2014-09-26 23:52 [U-Boot] Please pull u-boot-dm.git branch for-tom Simon Glass
  2014-09-27  0:57 ` Felipe Balbi
@ 2014-09-27 11:36 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-09-27 11:36 UTC (permalink / raw)
  To: u-boot

On Fri, Sep 26, 2014 at 05:52:11PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are the changes that were reviewed by Jagan (SPI maintainer).
> 
> Branch is 'for-tom' as I had trouble with master (see below).
> 
> The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d:
> 
>   nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 248a0488bfbb2eb16dee408a976d5f4b5546bb51:
> 
>   spi: Add brackets and tidy defines in spi.h (2014-09-26 15:01:15 -0600)
> 
> ----------------------------------------------------------------
> Simon Glass (4):
>       sandbox: Convert SPI flash emulation to use sf_params
>       sandbox: config: Enable all SPI flash chips
>       dm: spi: Move cmd device code into its own function
>       spi: Add brackets and tidy defines in spi.h
> 
>  common/cmd_spi.c          |  53
> ++++++++++++++++++++++++++++++++---------------------
>  drivers/mtd/spi/sandbox.c | 114
> ++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------
>  include/configs/sandbox.h |   8 +++++++-
>  include/spi.h             |  24 ++++++++++++------------
>  4 files changed, 89 insertions(+), 110 deletions(-)
> 
> 
> Here's the error I got with master:
> 
> git push dm HEAD:master
> Counting objects: 19, done.
> Delta compression using up to 32 threads.
> Compressing objects: 100% (19/19), done.
> Writing objects: 100% (19/19), 3.19 KiB | 0 bytes/s, done.
> Total 19 (delta 15), reused 0 (delta 0)
> remote: error: refusing to update checked out branch: refs/heads/master
> remote: error: By default, updating the current branch in a non-bare repository
> remote: error: is denied, because it will make the index and work tree
> inconsistent
> remote: error: with what you pushed, and will require 'git reset
> --hard' to match
> remote: error: the work tree to HEAD.
> remote: error:
> remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
> remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
> remote: error: its current branch; however, this is not recommended unless you
> remote: error: arranged to update its work tree to match what you pushed in some
> remote: error: other way.
> remote: error:
> remote: error: To squelch this message and still keep the default behaviour, set
> remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140927/53975bb5/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-dm.git branch for-tom
  2014-09-27  0:57 ` Felipe Balbi
@ 2014-09-27 15:15   ` Masahiro YAMADA
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro YAMADA @ 2014-09-27 15:15 UTC (permalink / raw)
  To: u-boot

Hi Simon, Felipe,

2014-09-27 9:57 GMT+09:00 Felipe Balbi <balbi@ti.com>:
> On Fri, Sep 26, 2014 at 05:52:11PM -0600, Simon Glass wrote:
>> Hi Tom,
>>
>> Here are the changes that were reviewed by Jagan (SPI maintainer).
>>
>> Branch is 'for-tom' as I had trouble with master (see below).
>>
>> The following changes since commit f9860cf081efdf32c8a01b9fc271fe55e2a79f8d:
>>
>>   nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-dm.git
>>
>> for you to fetch changes up to 248a0488bfbb2eb16dee408a976d5f4b5546bb51:
>>
>>   spi: Add brackets and tidy defines in spi.h (2014-09-26 15:01:15 -0600)
>>
>> ----------------------------------------------------------------
>> Simon Glass (4):
>>       sandbox: Convert SPI flash emulation to use sf_params
>>       sandbox: config: Enable all SPI flash chips
>>       dm: spi: Move cmd device code into its own function
>>       spi: Add brackets and tidy defines in spi.h
>>
>>  common/cmd_spi.c          |  53
>> ++++++++++++++++++++++++++++++++---------------------
>>  drivers/mtd/spi/sandbox.c | 114
>> ++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------
>>  include/configs/sandbox.h |   8 +++++++-
>>  include/spi.h             |  24 ++++++++++++------------
>>  4 files changed, 89 insertions(+), 110 deletions(-)
>>
>>
>> Here's the error I got with master:
>>
>> git push dm HEAD:master
>> Counting objects: 19, done.
>> Delta compression using up to 32 threads.
>> Compressing objects: 100% (19/19), done.
>> Writing objects: 100% (19/19), 3.19 KiB | 0 bytes/s, done.
>> Total 19 (delta 15), reused 0 (delta 0)
>> remote: error: refusing to update checked out branch: refs/heads/master
>
> why isn't u-boot-dm.git a bare repository ? Seems like you have
> refs/heads/master checked out. Odd.
>


Me too.

I cannot push to  git.denx.de/u-boot-uniphier.git
because the 'master' branch is checked out.

http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-27 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 23:52 [U-Boot] Please pull u-boot-dm.git branch for-tom Simon Glass
2014-09-27  0:57 ` Felipe Balbi
2014-09-27 15:15   ` Masahiro YAMADA
2014-09-27 11:36 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox