Re: [PATCH v4] FEC - fast ethernet controller for mpc52xx

2007-11-01 Thread tnt
> + while (bcom_buffer_done(priv->tx_dmatsk)) { > + struct sk_buff *skb; > + skb = bcom_retrieve_buffer(priv->tx_dmatsk, NULL, NULL); > + /* Here (and in rx routines) would be a good place for > + * dma_unmap_single(), but bcom doesn't return bco

Re: [PATCH 1/2] USB: Rework OHCI PPC OF for new bindings

2007-11-01 Thread tnt
> Valentine Barshak wrote: >> Rework ohci-ppc-of driver to use big-endian property instead of >> ohci-be/ohci-le compatible strings. Also remove unnecessary >> user-selectable USB_OHCI_HCD_PPC_OF_LE/BE stuff, because >> USB_OHCI_BIG_ENDIAN_DESC/MMIO should always be enabled for ppc >> and USB_OHCI_

Re: [PATCH v2 4/7] bestcomm: core bestcomm support for Freescale MPC5200

2007-10-16 Thread tnt
> On 10/15/07, Matt Sealey <[EMAIL PROTECTED]> wrote: >> >> My nits: >> >> Grant Likely wrote: >> > From: Sylvain Munaut <[EMAIL PROTECTED]> >> > +static int __devinit >> > +bcom_engine_init(void) >> >> Why "bcom" and not "bestcomm"? > > I can type 'bcom' twice as fast. :-) bcom is a suitable sho

Re: Please pull linux-2.6-mpc52xx.git

2007-10-11 Thread tnt
> Paulus, > > Sylvain has asked if I would like to help with the mpc52xx > maintainership. If it's okay by you, here is a patch that adds me as > co-maintainer for the mpc52xx platform along with 3 other mpc52xx > related fixes. > > Sylvain, can you please reply to this message confirming that thi

Re: [PATCH 0/7] MPC52xx Bestcomm submission for 2.6.24

2007-09-17 Thread tnt
> On 9/16/07, Sylvain Munaut <[EMAIL PROTECTED]> wrote: >> Hello Paul, Hi everyone, >> >> This series of patch is mainly the bestcomm support for >> the mpc5200. It was posted a while ago and received some >> comments. Theses are all addressed here (afaik). > > Does this series supersede these pact