linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] IIO new stuff - staging-next with IIO fixes merged.
@ 2012-06-30 12:34 Jonathan Cameron
  2012-07-06 23:06 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2012-06-30 12:34 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio@vger.kernel.org

Hi Greg,

I'm afraid I'm not that familiar with the complexities
of pull requests.  What does one do as here if the patches
are dependent on fixes in a separate series?  I merged
in the fixes-togreg branch before applying these.

What is the standard way of handling this?

Thanks

Jonathan

The following changes since commit c1f1a9d48fd18cd380858637fda1c69732547e1f:

  Merge branch 'fixes-togreg' into togreg (2012-06-30 10:14:29 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg

for you to fetch changes up to cf82cb8128496955a38fa62e1819ceb1d596e2eb:

  IIO: Add a modifier for x^2+y^2+z^2 (2012-06-30 10:15:28 +0100)

----------------------------------------------------------------
Jonathan Cameron (7):
      iio: Rename _st_ functions to loose the bit that meant the staging
version.
      staging:iio:accel drop sysfs interface for resetting devices.
      staging:iio:gyro:adis16260 drop sysfs interface for manual device
reset.
      staging:iio:imu:adis16400 drop sysfs interface for manual device
reset.
      IIO: Add a modifier for sqrt(x^2+y^2)
      staging:iio:accel:adis16204 support the rss channel via chan spec.
      IIO: Add a modifier for x^2+y^2+z^2

Lars-Peter Clausen (2):
      iio:adc: Add AD7265/AD7266 support
      iio:dac:ad5064: Add support for the ad5629r and ad5669r

 drivers/iio/adc/Kconfig                    |  10 +
 drivers/iio/adc/Makefile                   |   1 +
 drivers/iio/adc/ad7266.c                   | 536
+++++++++++++++++++++++++++++
 drivers/iio/dac/Kconfig                    |   8 +-
 drivers/iio/dac/ad5064.c                   | 200 +++++++++--
 drivers/iio/industrialio-core.c            |   2 +
 drivers/iio/inkern.c                       |  33 +-
 drivers/staging/iio/accel/adis16201_core.c |  27 --
 drivers/staging/iio/accel/adis16203_core.c |  28 --
 drivers/staging/iio/accel/adis16204_core.c |  99 ++----
 drivers/staging/iio/accel/adis16209_core.c |  29 --
 drivers/staging/iio/accel/adis16220_core.c |  24 --
 drivers/staging/iio/accel/adis16240_core.c |  20 --
 drivers/staging/iio/gyro/adis16260_core.c  |  19 -
 drivers/staging/iio/iio_hwmon.c            |  12 +-
 drivers/staging/iio/imu/adis16400_core.c   |  22 --
 include/linux/iio/consumer.h               |  34 +-
 include/linux/iio/types.h                  |   2 +
 include/linux/platform_data/ad7266.h       |  54 +++
 19 files changed, 843 insertions(+), 317 deletions(-)
 create mode 100644 drivers/iio/adc/ad7266.c
 create mode 100644 include/linux/platform_data/ad7266.h

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

* Re: [PULL] IIO new stuff - staging-next with IIO fixes merged.
  2012-06-30 12:34 [PULL] IIO new stuff - staging-next with IIO fixes merged Jonathan Cameron
@ 2012-07-06 23:06 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-07-06 23:06 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org

On Sat, Jun 30, 2012 at 01:34:28PM +0100, Jonathan Cameron wrote:
> Hi Greg,
> 
> I'm afraid I'm not that familiar with the complexities
> of pull requests.  What does one do as here if the patches
> are dependent on fixes in a separate series?  I merged
> in the fixes-togreg branch before applying these.
> 
> What is the standard way of handling this?

Don't do the merge.  I can easily do it if it's needed (here it wasn't
as I ended up pulling both into the -next branch.)

Don't do merges at all, let me do them, that makes things "cleaner" and
keeps the history easier to follow and is generally nicer.  I would
rather there be conflicts and figure them out and fix them, than have
you have to do them (although help in figuring them out is always
appreciated.)

Oh, and a signed tag would be great as mentioned before.  I've pulled
and pushed this, and the other pull request out.  Hopefully it made
things easier for you, it sure made things easier for me :)

thanks,

greg k-h

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

end of thread, other threads:[~2012-07-06 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 12:34 [PULL] IIO new stuff - staging-next with IIO fixes merged Jonathan Cameron
2012-07-06 23:06 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).